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: tutorials
How optimize the all tables using php script
Optimizing tables is very necessary for database. That will improve the your website performance. Optimize command is helpful to manage database files in right manner. This command will optimize the size of file size of database files. If you want … 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 configure haproxy load balancing on amazon ec2
Many people take amazon EC2 cloud hosting. Amazon does gives the load balancer for application load balancing. But Amazon load balancer is not that much good. Amazon load balancer is not working on hardware or software base. That balancer just … 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
How to use the custom post type in wordpress 3.0
From wordpress 3.0 version release wordpress gives the facility to add a custom post type functionality. With custom post type wordpress is became more powerful and expendable and more advanced. WordPress recognized the need to people and industry and they … Continue reading
How to check the linux CPU and Disk uses for some time using shell script
When you are running any script on server or running any application you want to know how much memory or disk uses is happened by application. When you are doing load testing this time this kind of applications are very … Continue reading
