banner ad

RSSCategory: Word Press

List WordPress Popular Post Without Plugin for theme development

| August 18, 2011 | 0 Comments

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.

Continue Reading

Getting wp Tag Cloud in WordPress Theme Development

| August 18, 2011 | 0 Comments

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’);</

Continue Reading

Listing wp-pages in WordPress Custom theme Development

| August 18, 2011 | 0 Comments

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

Continue Reading

WordPress Theme Development useful Template Tags

| August 18, 2011 | 0 Comments

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.

Continue Reading

How to Integrate Feedburner into WordPress

| December 12, 2010 | 0 Comments

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’

Continue Reading

Enable Email Subscription with Feedburner

| December 12, 2010 | 0 Comments

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

Continue Reading

WordPress Rolls Out New HTML5-Friendly Theme

| December 11, 2010 | 0 Comments

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

Continue Reading

New Features in WordPress 3.1

| December 9, 2010 | 0 Comments

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

Continue Reading

banner ad