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
Category Archives: wordpress api
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
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
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
How to show custom post type in wordpress theme
From wordpress 3.0 version we got the custom_post_type method introduced in wordpress api. This is very powerful method to use. If you want to know how use this method or create the custom post type then use following URL: http://images.wordpressapi.com/2010/11/22/how-to-use-the-custom-post-type-in-wordpress-3-0/ … Continue reading
Optimize Your WordPress Database using phpmyadmin and wp-optimize
Sometimes our wordpress tables became so big and we need to worry about wordpress database and table size. Big table always take extra time to execute the query. For this issue we need to keep our wordpress tables clean and … Continue reading
how to create contact us page without wordpress plugin
Every wordpress site is need to contact us page for there website or blog. All the people use the wordpress plugin for creating the contact us page. When you install the wordpress plugin that will install some extra code to … Continue reading
custom post type permalink not working wordpress
From WordPress 3.0 version we are able to use the custom_post_type. In installtion time of theme or plugin new permalink structrue will be created and you can easily able to use the custom post type permalink. If your custom_post_type function … Continue reading
How to send smtp email through wordpress without plugin
Many people want to sent the email through smtp from wordpress. WordPress uses the PHPmailer in there CMS. But many wordpress developer dont know how to use the wordpress phpmailer functionality. Using PHPmailer you can send the email using STMP … Continue reading
How to use wordpress images in subdomain
Creating subdomain for wordpress images is best way to increase your wordpress download speed. Many shared hosting and wordpress bloggers and websites are using the apache webserver for hosting the wordpress sites. Aapache Webserver is having his own rules and … Continue reading



