Quantcast
Channel: Wordpress API - Developer Code Book » wordpress tutorial
Browsing all 6 articles
Browse latest 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


Image may be NSFW.
Clik here to view.

How to send smtp email through wordpress without plugin

http://wordpressapi.com/2010/11/24/send-smtp-email-wordpress-plugin/Many people want to sent the email through smtp from wordpress. WordPress uses the PHPmailer in there CMS. But many wordpress...

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 all 6 articles
Browse latest View live