Media Library not displaying images after importing posts

Media Library not displaying images after importing posts

Earlier I have blog in wordpressmu  then after wordpress 3.0 version I decided to migrate to new version. I exported my all posts by using the wordpress  export tool. Then I imported data into new wordpress installation. I got all … 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