Category: Word Press
List WordPress Popular Post Without Plugin for theme development
This method actually uses wpdb class function. As Bin-Blog shows points out here , an easy way to list the popular post is by using wpdb class function to get the result for most commented posts.
Getting wp Tag Cloud in WordPress Theme Development
Showing wordpress cloud tag is very simple. Just specify the size of the most and least tagged post and how do you want to order it by. [php] <div> <div>wp_tag_cloud(‘number=30&smallest=14&largest=30&orderby=name’);</
Listing wp-pages in WordPress Custom theme Development
Listing how many pages you have is pretty much same as category. Therefore, I won’t go into too much details [php] /* Listing all pages*/ wp_list_pages(‘title_li=’); /* Exclude pages */ wp_list_pages(‘exclude=17,38′ ); /* Order by dat
WordPress Theme Development useful Template Tags
Template tags can be used in your wordpress theme to display information dynamically or retrieving information about your wordpress blog. In this post we will show you some easy and useful wordpress template tag that you can use in your theme.
How to Integrate Feedburner into WordPress
Feedburner is a free, Google-owned service that provides great feed statistics and services to bloggers and other feed publishers. Here’s how to integrate Feedburner with a self-hosted WordPress blog: Sign up — First of all, you’
Enable Email Subscription with Feedburner
Not all visitors to your WordPress blog will be familiar with RSS feeds or how they work, while some other visitors just don’t want to mess with using a feed reader. RSS isn’t the only push-delivery method out there: email subscription is a
WordPress Rolls Out New HTML5-Friendly Theme
WordPress has just introduced Toolbox, a brand new theme that will let its users take advantage of some nifty HTML5 elements with the Custom CSS upgrade. Toolbox is “a semantic, HTML5, canvas for CSS artists and an ultra-minimal set of
New Features in WordPress 3.1
Not too long ago, we were talking about WordPress 3.0, but from the looks of the development track, we are on our way to WordPress 3.1. From the scope, it looks like the new version will be out sometime in mid December 2010. There are some very ex