Quantcast
Channel: Wordpress API - Developer Code Book » wordpress tutorial
Browsing latest articles
Browse All 6 View Live

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

File 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 Article


How 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 Article

How 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 Article

Image may be NSFW.
Clik here to view.

Load 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

Browsing latest articles
Browse All 6 View Live