How to use the custom post type in wordpress 3.0
http://wordpressapi.com/2010/11/22/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...
View ArticleFile upload with add_meta_box or custom_post_type in wordpress
http://wordpressapi.com/2010/11/22/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...
View ArticleHow to create pages programmatically in wordpress
Creating the pages by using script or in wordpress is very easy. Many times we need to create the default page or post in wordpress. You just need to the following code snippet in functions.php file or...
View ArticleHow to display all the attached images of the posts
Many times people create bigger post or article. Many wp developers asks me many questions daily. Most commonly I asked about showing the all the post images as slideshow or only thumbs. Using...
View ArticleLoad the jQuery in the wordpress footer
Many latest framework are loading all javascript in footer. They reduse the page loading the errors. But wordpress load the jquery and other javascript in header. But using following code you can load...
View Article