Popular Posts
Best 4 Related Articles WordPress Plugins
www.flamescorpion.com - Reviews for the top 4 related articles plugins from WordPress plugin directory. The best in my opinion is "Yet Another Related Posts Plugin" ( YARPP )
10 WordPress query_posts tips you probably don’t know
www.binarymoon.co.uk - A collection of hints and tips for the often used, and misunderstood, WordPress command, query_post. Learn the right way to use it, and get some of the more advanced samples of hour it could be utilized to improve your website.
Mastering WordPress Shortcodes
wp.smashingmagazine.com - Introduced in WordPress 2.5, shortcodes are powerful but still yet quite unknown WordPress functions. Imagine you could just type “adsense” to display an AdSense ad or “post_count” to instantly find out the number of posts on your blog. WordPress shortcodes can ...
30 Most Wanted WordPress Comments Page Hacks
www.instantshift.com - WordPress needs no introduction in designing field. It usually known as a synonym for blogging. When working on a WordPress blog, your posts often take the important place. However, the comments on the posts are often just as important as ...
Mastering Your WordPress 2.7 Theme & Admin Area: Tips and Tricks
www.noupe.com - Lot of news flying around about the release of WordPress 2.7, featuring new Administration Panel interface to make WordPress more usable and accessible. Significant features and redesigns was added to WordPress 2.7 to make blogging on the new Dashboard Panel ...
How To Create A Featured Post Section In WP (And Get Pagination To Work)
spyrestudios.com - If you’ve been working with WordPress for some time I’m sure there are a couple things you’ve had a hard time figuring out. One of the things I get asked a lot is how to get pagination working when you ...
Easy navigation menus in WordPress
justintadlock.com - Easily modifying your navigation in WordPress usually requires diving into your theme’s code a bit. For novice users, this can be pretty tough. What if I told you that you could that you could set it and forget it even ...
WordPress: How to easily create a Thematic child theme
www.catswhocode.com - Are Theme Frameworks the future of WordPress Themes? In this article, I'm going to show you how to easily create a child theme for the popular Thematic WordPress Theme framework.
WordPress loop: Get posts published between two particular dates
www.wprecipes.com - WordPress loop is very powerful, as well as the query_posts() function, which allow you to specify some parameters for the loop to retrieve posts. Though, there’s no built-in function or parameter to get posts between two dates. Let’s solve that.