So I'm using the Genesis Framework with a theme provided by them, and I just implemented the Advanced Custom Fields plugin.
What's the best way to create custom post types? I want to have a 'People' option that has the same UI as 'Posts' in that list shown below.
So I'm using the Genesis Framework with a theme provided by them, and I just implemented the Advanced Custom Fields plugin.
What's the best way to create custom post types? I want to have a 'People' option that has the same UI as 'Posts' in that list shown below.
Share Improve this question asked Jan 16, 2020 at 2:31 user155484user1554842 Answers
Reset to default 1I don't believe that custom post types are a part of ACF. I use custom post type generators to add post types. This is the one that I use. You would just need to paste the resulting code at the bottom of your theme's functions.php file.
You need custom post type UI Plugin to create a post type like "posts"
Link - https://wordpress/plugins/custom-post-type-ui/
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744831500a4596110.html
评论列表(0条)