Post Pic

Replacing the “read more” link on your WordPress blog

19 comments

The “more” tag is indeed very useful in WordPress because it allow you to define a portion of post to be displayed on your blog homepage. Though, the problem with the “more” link is that you can’t change its text. Excepted if yoou apply this recipe.

Post Pic

WordPress function to display your posts words count

30 comments

Since WpRecipes has been launched, I had numerous requests to create a function that can display the word count of a post content. So, here is a function to do it easily.

Post Pic

Post on your WordPress blog using PHP

26 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

14 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

23 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

24 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

22 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.

Page 15 of 45« First...«1213141516171819»...Last »