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
Category Archives: wordpress tutorials
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
File upload with add_meta_box or custom_post_type in wordpress
From wordpress 3.0 version wordpress introduced the custom_post_type function. Many people want to attach the file field with add_meta_box function. In this tutorial I will tell you how to upload file with custom meta box and post type. In this … Continue reading
Remove the author word from wordpress permalink
In wordpress some people wants to create the community site and they want to create uniqe url for each user. In that time you need to remove the author word from wordpress permalink. Normally when we want to see the … Continue reading
How to put digg button in wordpress without plugin
Recently digg launched the version 4 and many people want to put digg button on there wordpress sites and blogs. There are many wordpress plugins available for putting digg button on wordpress. But I cannot recommend to use the wordpress … Continue reading
how to show featured posts in wordpress
Some times we want to need to show featured posts in wordpress blogs on home page. You can select most popular or nice articles to show on home page. In this tutorial I will will show how you can show … Continue reading