Add Custom Input Fields In Custom Post Type Using Custom Field Template Plugin
I will show you what I did in one of my recent project, when our client ask us that if it is possible to add a custom post type for their client details with their required fields. They also wanted to show the data in a table structure.
You can see the final result page here, all the data and images are coming from the client details post type.
Step 1:
Install the plugin “Custom Field Template” and activate it.
Then in the admin dashboard go to “Settings>>Custom Field Template” and you will be able to see the custom field template options, Global settings, Admin css etc page.
Step 2:
Give your custom post type name in the custom post type field
Create your required custom fields and insert into “Template Content” field
You can refer to the option list section to see which options are available for fields.
“Template Content” is the main field where you custom fields will take shape. Save your template after you are finish.
Step 3:
Go to the custom post type for which you have created this custom field template.
Click on add new button and you will see the new fields has been added to your custom post type as you wanted.
Fill up the fields with you data and images, when done publish the post.
Then go to post type page to see all added custom post, you can also edit or delete them from here.
Now you can add any number of custom fields to you custom post type and modify it as per you requirement.
I will show you how to display this custom post type in WordPress front page in my next blog post -
“Display Custom Post Type Content and Images anywhere in WordPress Website”
Latest posts by Soumyajit Dutta
- Wordpress Plug-in For Showing Custom Menu Within A Post Or Page - September 19th, 2011
- WordPress Tutorial - June 14th, 2011
- Create Your Own Website For Free With Byethost.Com - April 12th, 2011
- Ideal Process to Organize Your Project - March 14th, 2011
- How to show video on your website using HTML5 video tag - March 8th, 2011




