In this WordPress form to database tutorial we are going to learn how to insert data into WordPress database via form using wp_insert_post(); and insert data into your custom post type that is visible Read Article
WordPress Archives...
WordPress Ajax Tutorial – How to Insert Data Using Ajax in WordPress Theme ?
In this WordPress ajax tutorial we are going to learn how to insert data using ajax in WordPress theme and insert data using ajax in WordPress. Ajax simply means sending the data into the database Read Article
WordPress MetaBox Tutorial – How to Handle WordPress Custom Meta Box Multiple Fields ?
In this WordPress meta box tutorial we are going see how to handle WordPress custom meta box multiple fields. We can create one meta box and unlimited fields to it and save it into database. Data Read Article
How to Create Custom Post Type Slider in WordPress Without Plugin ?
In this tutorial we will learn how to create custom post type slider in WordPress. If you are thinking about to create slider WordPress without plugin then, this is the tutorial for you. We are Read Article
WordPress Numbered Pagination Using Bootstrap & CSS
Today we are going to change the WordPress pagination to WordPress numbered pagination. That means we are going to have number based pagination in WordPress. It works for all custom post types as well Read Article
How to Add Custom Meta Box/Field in WordPress Post Admin ?
In this short tutorial we will see how can we add custom field in WordPress post admin. Best thing about the WordPress is that, you dont have touch anything in the database in order to create an add Read Article
How to Add Custom Post Type into Existing Post Type in WordPress ?
In this tutorial we are going to see how can we add custom post types inside post type or any other custom post type you make. Its very easy and you can extend their limitless functionality. I am Read Article