Following this week, I will be publishing the WordPress Picks series every Wednesday, instead of Sunday.
I'm not a big fan of super long posts, but this is a comprehensive list of articles and tutorials regarding WordPress
If you are using the WordPress Gallery, you should load the the stylesheet only the pages on which the gallery is displayed
Some tricks on adding to customizable text to your RSS feeds. You can also do some of this with my plugin
Add to Feed.
By default, WordPress uses non-rounded font sizes when creating a tag cloud. By converting this to a rounded font size like 22, 24 etc, you can even using CSS classes to style special font-sized tags.
If you don't have a favicon, then it means that your blog has something majorly lacking. Besides, you're error_log will go crazy with 404 requests. This is definitely not my preferred solution, because you should not be adding unnecessary functions to your theme to reduce loading.
A small tutorial that will teach you how to fetch custom posts using
get_posts()
WordPress allows you to create private and protected posts (though I have never used this ever). All such posts are "labelled" accordingly. Here's how you remove it.
By default, WordPress includes 55 words in the excerpt. You can easily change this with a bit of code.