Custom post type
Author | Posts |
---|---|
November 27, 2013 at 10:43 pm 12926 | |
I've tried to check in the documentation to find how to create a custom post type.. But really.. can't find the answer! Can you help me please :) Thx | |
November 27, 2013 at 11:20 pm 12929 | |
When you create new form select Custom post type from post settings – | |
November 27, 2013 at 11:33 pm 12930 | |
Yes I know that step.. | |
November 28, 2013 at 12:13 am 12931 | |
You can show rates in your dashboard like this: | |
November 29, 2013 at 12:29 am 13005 | |
here is a plugin that creates CPT and taxonomies cheers | |
December 2, 2013 at 10:43 pm 13143 | |
Ok.. but I have to create a post category? | |
December 9, 2013 at 5:11 pm 13540 | |
Yes, you have to create a Custom Post Type and create a form for this Custom Post Type in front end to allow users publish. | |
December 9, 2013 at 7:17 pm 13543 | |
Look documentation If you want to display a specific post type, you need to mention that. For example, if you want list event instead of post, you can use [wpuf_dashboard post_type=”event”]. Change Event with rates | |
December 12, 2013 at 12:41 am 13629 | |
Thank’s for the answer! |