7 Code Practices From Twenty Ten Theme For Developers
Twenty Ten is the next default theme in WordPress which is released in version 3.0. Twenty Ten theme comes with new features of WordPress 3.0…
Twenty Ten is the next default theme in WordPress which is released in version 3.0. Twenty Ten theme comes with new features of WordPress 3.0…
This article will show you an advanced usage of powerful query_posts() function in WordPress to retrieve popular posts in a period of time (current week,…
In WordPress themes, post content often has specified width. Thus, images which has bigger size than content width can break up the layout of theme.…
Getting recent posts is an easy and must-have work in every WordPress blog. You’ve seen many ways to do that, such as using plugin, widget,…
When coding a WordPress theme, you might meet the situation when a section of code is duplicated across pages, for example the Loop is presented…