how to display post count of all wordpress tags

how-to-display-post-count-of-wordpress-tags

In wordpress post we use the many post tags. For SEO purpose we can show the post tags. If we want to show the post count related to wordpress tags. You can use following code: Incoming search terms:How to display … Continue reading

wordpress XMLRPC api integration with ruby and rails

wordpress-Ruby_on_Rails

First setup wordpress. Login to wordpress admin and enable the XMLRPC. Go to Settings->writing and enable the XMLRPC checkbox. Now you can fetch the wordpress posts, pages, tags etc.. using XMLRPC. Following script is written in Ruby. If you are … Continue reading

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

How to protect your images directly accessing through server by apache

To protect your images or media file you should use apache rewrite rules. To protect your images or other files from being linked or used on another website. Due the this issue your images may be used by many sites. … 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