Post Pic

WordPress tip: Create a PDF viewer shortcode

20 comments

If you’re using PDF files on your WordPress blog, it could be very cool to give your users the chance to open them using Google Docs. The following recipe will show you how you can do that.

Post Pic

WordPress trick: Change theme programatically

12 comments

In WordPress, changing themes are easy. But what when you have to change a theme programmatically? Just read the following recipe to find out. It’s a lot easier than you may think!

Post Pic

How to display custom post types on your WordPress blog homepage

17 comments

WordPress 3.0 will allow you to create custom post types, so what about being able to list those custom types on your blog homepage? This very useful piece of code will show you how you can do it.

Post Pic

How to remove “private” and “protected” from the post title

8 comments

Each time you define a specific post as being private or password-protected, WordPress automatically add “Private” or “Protected” to your blog post title. If you don’t want it, nothing simpler: Just apply this great hack.

Post Pic

WordPress tip: Insert posts programmatically

16 comments

Do you know that it is possible to insert post in WordPress programmatically? In this recipe, I’ll show you how to do it easily.

Post Pic

How to automatically use resized images instead of originals

13 comments

This script will replace the uploaded image (if bigger than the larger size defined in your settings) by the large image generated by WordPress to save space in your server, and save bandwidth if you link a thumbnail to the original image, like when a lightbox plugin is used.

Post Pic

How to automatically remove the Nofollow from your posts

14 comments

By default, WordPress automatically converts all links from the post content to nofollow. If you prefer your links to be dofollow, just read and use the following recipe.

Page 5 of 45« First...«23456789»...Last »