Tutorials

Showing category specific wordpress posts

Displaying category specific posts in a wordpress blog is easy. Inside theme folder the you will find “index.php” and “sidebar.php” templates, you have to put a query_posts functions which refer to specific category ID numbers from your database. Example: <?php query_posts(‘showposts=1&cat=4’); ?> You will need to change them to reflect the ID numbers in your

Showing category specific wordpress posts Read More »

Sneak Peak to new upgraded WordPress 2.5 RC1

Yesterday, on wordpress development blog matt announced the launch of much awaited upgrade to WordPress after months of their hard work. As matt says “The result is a new way of interacting with WordPress that will remain familiar to seasoned users while improving the experience for everyone.” New customizable dashboard is “focused on the most

Sneak Peak to new upgraded WordPress 2.5 RC1 Read More »