Post Pic

Display the number of tweets for each page or post

11 comments

Twitter is a very cool tool, especially if you’re a blogger. Using some php it is easy to display how many times a specific blog post has been tweeted. This is what you’re going to learn in this recipe.

Post Pic

WordPress tip: Send article to a friend by email

11 comments

In order to create more traffic on your blog, it can be a good idea to let your readers send your posts to their friends by email. A few month ago, I already shown you a function to do that, here is an improved version for today.

Post Pic

Rewrite author name with custom field

9 comments

In my other blog Cats Who Blog, I have demonstrated how being a guest blogger is definitely a great way to gain new readers. In order to give your guest authors some credits, you should definitely implement this easy tip.

Post Pic

How to show WordPress post attachments

18 comments

Since WordPress 2.5, attachments management in WordPress have been improved and is now very powerful. Today, I’m going to show you a simple code snippet that you can use in your WordPress theme to display post attachments.

Post Pic

Display all thumbs related to a specific page on a media page in WordPress

7 comments

Today, here is a nice piece of code to display all thumbs related to a specific page on a media pages. Very nice for galleries!

Post Pic

WordPress hack: Extend the body_class function

7 comments

Introduced in WordPress 2.7 the body_class() function is extremely useful to style a particular post, page or subpage. But when we look at the subsubpages, the parent page ID is that of it’s nearest parent and not the ID of it’s top level parent. Let’s solve this issue.

Post Pic

How to: Show parent page title regardless of what subpage you are on

19 comments

Althougt it may sound simple to advanced WordPress coders, I had many requests from people working with WordPress as a CMS and wanting to be easily able to display parent page title on a subpage.

Page 6 of 41« First...«345678910»...Last »