Post Pic

How to include JQuery on your WordPress theme

28 comments

JQuery is definitely a great Javascript framework, which allow you to, among other things, create stunning visual effects. Including JQuery is easy. But do you know that WordPress can make it even easier?

Post Pic

WordPress shortcode: Automatically insert image by file name

26 comments

Shortcodes are always a good solution when you need to achieve a specific task. In this recipe, let’s see how we can insert an image in a post, simply by using a shortcode and the filename.

Post Pic

WordPress tip: Storing $wp_query for future use

9 comments

When working with WordPress queries, it may be very useful to be able to clone, store and restore $wp_query. This is exactly what we’re going to see in this recipe.

Post Pic

Replacing the “read more” link on your WordPress blog

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

Page 14 of 44« First...«1112131415161718»...Last »