Rewrite author name with custom field
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.
How to show WordPress post attachments
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.
Multiple Sidebars the Right Way
WordPress has a better way, a built in better way for using multiple sidebar. In this post you’ll learn how to add multiple sidebars the right way.
Awesome SEO With Custom Fields
SEO is something I’ve discussed before here on WPShout, but here we’re going to dive into a slightly more specific area: post titles, urls and title tags.
Custom Fields for HTML Post Titles
I was wishing for a plugin to handle this better, but until then, here is almost-as-simple way to go about it.
10 WordPress hacks to make more money online
WordPress can be used in a wide variety of ways: Photoblog, online magazine, classified site… And with all that power, WordPress can also help you to make more money online than a simple site or a blogger blog.
Display all thumbs related to a specific page on a media page in WordPress
A nice piece of code to display all thumbs related to a specific page on a media pages. Very nice for galleries!
Extend the body_class function
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.
Show parent page title regardless of what subpage you are on
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.
Allow more time for slow servers
WordPress auto download/install is a very nice feature, but sometimes a few problems can appear. One of them is that WordPress don’t manage to download the new version. This happens on slow servers. Here is how to solve it.
Automatically insert author bio on each post
Using WordPress hooks, it can be very easy to modify WordPress variables to fit your needs. In this recipe, I’m going to show you how to use hooks to automatically insert the author bio after each post.
How to display Adsense ads only when you want to
Are you still using Adsense ads on your blog? Whatever what you answered to the previous question, if you have an Adsense account, then this trick is for you.
Compress WordPress output and speed your blog’s load speed
WordPress, by default, comes uncompressed and sends the uncompressed HTML to the visitor’s browser. With one line of code added to your header, you can compress WordPress’s output by up to 75%. By using zlib compression technology, you can harness the power of PHP and reduce your blog’s load speed!
Display registered users comment count on your WordPress blog
If your blog is private or have lots of registered users, it may be interesting to be able to display the number of comments posted by registered users. This is the purpose of this code.



