Post Pic

Post on your WordPress blog using PHP

8 comments

Who said you have to be logged on your WordPress dashboard to publish a new post on your blog? PHP and cURL can do it easily for you. Let see how.

Post Pic

Make your WordPress theme translatable

6 comments

When releasing a WordPress theme to the public, you have to keep in mind that many persons blogs using a different language than English. WordPress themes can be easily translated, especially using this recipe.

Post Pic

Get tags specific to a particular category on your WordPress blog

10 comments

Althought WordPress allow you to do lots of things by default, it didn’t allow you to display tags based on a selected category. Here is an useful code to be able to do so.

Post Pic

List all hooked WordPress functions

14 comments

WordPress hooks are very useful because they allow you to “surcharge” an existing WP function with your own code. But when things goes wrong, it should be useful to be able to list all hooked WordPress functions. Here is the code to it.

Disable WordPress automatic formatting on posts using a shortcode

6 comments

If you often display code snippets on your WordPress blog, you know how bad WordPress automatic formatting can be. Happilly, with the help from a very cool shortcode you can be able to disable it on a certain portion of text.

Post Pic

Create custom “Read more” links on your WordPress blog

9 comments

The “more” link is indeed a great WordPress capability, which allow you to choose the part of the post to be displayed on the homepage. Then, a “Read more” link is displayed. But how can you change the text of this link? Just read on.

Post Pic

Prevent your images from being too large

17 comments

Every blogger like to put images in posts. After all, an image is worth a thousand words, isn’t it? But what if the images are too big, and break your blog layout? In this recipe, I’ll show a very easy but super cool tip to avoid this problem.

Page 1 of 3012345678»...Last »
Blog And Make Cash