How to use the bloginfo() function in wordpress theme

How to use the bloginfo() function in wordpress theme

For each wordpress theme developer the bloginfo() function is very useful. If you are not used the bloginfo function then use the bloginfo function.   Displays information about your blog, mostly gathered from the information you supply in your User … Continue reading

Free 40+ Professional 3 Column WordPress Themes

Free 40+ Professional 3 Column Wordpress Themes

Many people are somtimes searching for 3 column wordpress themes. I found very professional 3 columns worpdress themes and I made a very nice list of wordpress themes. In this post you can view demo and for download theme you’ve … Continue reading

wordpress pagination style without wordpress plugin

wordpress pagination style without wordpress plugin

When we think wordpress pagination style then first thing came in mind which is. We need to install wp-pagenavi wordpress plugin for pagination styling. There are multiple pagination plugins available for pagination styling but wp-pagenavi is most popular. I always … Continue reading

How to Convert plain text URI to HTML links in wordpress themes

How to Convert plain text URI to HTML links in wordpress themes

When you put some URL and email address you need to manually add the link URL to that text. This action always takes the some time of wordpress blogger. WordPress has facility to add the links to your URL and … Continue reading

show popular posts without wordpress plugin in theme

show popular posts without wordpress plugin in theme

Many times you want to show the popular posts in your wordpress theme and you use popular post wordpress plugin or widget for showing the popular posts in your wordpress theme. As much possible you need to avoid the wordpress … Continue reading

Remove Unwanted Meta Boxes from wordpress dashboard through wordpress theme

Remove Unwanted Meta Boxes from wordpress dashboard through wordpress theme

When we login to wordpress admin area that time we first saw the admin dashboard. Many tabs and section are not useful in admin dashboard section for wordpress admin and sometimes we dont know what is that sections. We saw … Continue reading

Create multiple widgets in wordpress theme

Create multiple widgets in wordpress theme

Widgets for very important in wordpress themes and plugins. First I need to tell you this widget api is located in following file. wp-includes/widgets.php For enable the sidebar support in wordpress theme you need to register atleast one sidebar in … Continue reading

Use the wordpress shortcode api in wordpress pages or post and widgets

wordpress-shortcode

Short code api is introduced in wordpress from 2.5 version. Since short code is very popular and used by wordpress plugin developers. Many wordpress theme and plugin developers do use the shortcode api regularly. Using shortcode api is very easy. … Continue reading