It seems like you’re actually asking three questions here; it’s likely your question will be put on hold because of this. Why do you need to add a custom post type?
If you’re interested in learning how to develop for WP you can skip the plugin for members and instead read the WP Codex entry on user roles and capabilities; this will let you limit who has access to the theme options pretty easily.
I had a quick peek at the theme files and it looks like it’s using the Options Framework to add its options. If you look inside options.php
you’ll see that $options
consists of a multi-dimensional array. The Options Framework is pretty easy to use; simply include the necessary files and then create your options as required.
Related Posts:
- How do I add new post formats to twenty fourteen theme?
- Change slug of registered custom post type in child theme
- Custom post types and child theme
- Add pre-existing meta box to new custom post type
- How to remove thumbnail sizes for specific post type on a child theme?
- Change labels of custom post type via child theme
- Child Theme for Mobile Browsers
- WordPress theme options vs custom post types
- Create a post in custom post type using field in registration form after users submit form
- Plugin: register custom post types, child ready and performance best practices
- Rewrite post type slug only for child theme
- How do I amend the have_posts function to include custom posts?
- Don’t know how to show custom taxonomies from a custom post_type
- Settings API – save multiple tabs at once
- Option page’s form doesn’t work
- Custom post types problem
- Create a comments template for custom post types
- Custom shortcode works in Elementor editor but not on frontend
- why post_class() function apply css classes to all other files?
- Child theme blocks post from publishing [closed]
- Changing CPT slug and taxonomy already registered in parent theme
- Overriding Plugin Function in Child Theme
- Removed custom post type archive page shows blog page
- What happens to my older posts if I switch to a child theme?
- How to create a archive template for custom post type [duplicate]
- Extend Custom Post Type
- Insert custom fields to a custom post type
- Get only parent post in archive post
- In child theme, add CPT to custom taxonomy registered in parent theme
- Auto generate excerpt from ACF field on a CPT that does not support excerpt or content
- How to use POST method using custom wordpress button?
- Media is not showing on post page
- custom post type does not working when adding in child theme function
- Child Theme problems
- Can you get the themes options page to turn on/off which custom post types are registered?
- Cannot modify a registered custom post type rewrite slug
- Custom Post Types and Child Themes!
- Having some trouble properly displaying Custom Post Types in templates
- How to add a custom post type in child theme? (WordPress > 3.0)
- Cannot query custom post type taxonomy from theme options array
- Apply custom names for generic custom taxonomy name?
- Test if a Category contains certain Custom Post Types
- Adding custom theme template to custom post type [duplicate]
- How can I show template dropdown in custom post type?
- ACF Pro simple Business Directory – Requesting assistance with created Templates and associated Functions.php Coding
- How to customize admin edit page – custom type
- Change the contents of a dropdown through the admin panel?
- Custom post type in submenu with custom meta box as a title with custom html
- How to scroll through post thumbnails?
- Configure which plugin custom post types get registered
- WordPress can only query up to 766
- how to remove user name and date in post page
- CPT Archive with parent page
- ‘Blog Archive’ suddenly appeared on custom post type; how to remove
- How to filter posts by categories?
- How to output the content of a Custom Post Type from a drop down form?
- Add custom taxonomies as class names to an archive page of custom post types
- WordPress URL Problems and Layout
- Reading csv from specific directory and insert it to custom post type (cron job)
- Problems with a custom meta_box
- Submiting custom form give error 404
- Adding rewrite rules to Custom Post-type mixed with Taxonomy
- Why are my wp urls showing page not found?
- Custom page template not recognized with permalinks on
- Metabox textarea showing whitescreen
- How to loose the image ‘alt’ attribute in my custom post type?
- Echo custom field value
- query_post while (have post) get_template_part()?
- Categories in custom post types
- 2nd and 3rd Custom Post Type URL’s 404ing
- Copying custom field value in to title
- Use only selected regular categories for a Custom post form
- Manage theme related custom posts
- Get single object term for custom taxonomy
- taxonomy terms array not working
- Buddypress: Display multiple custom post types on member’s profile
- Remove custom post type in url?
- What is the proper way implement a global $wp_rewrite?
- Is it possible to remove the word “date” from archives?
- How to display only taxonomies of custom post type in a page?
- List a custom post type’s posts ordered by nested custom taxonomy
- Displaying or Hiding Metadata on Page from WP CPanel
- Sorting custom post types by taxonomy (So close)
- Add Metabox to all custom post types
- listing custom post type category page
- Adapting plugin for custom post type?
- Inserting random posts
- Nested loop called with shortcode duplicating the content above the main loop
- Limit to add one post per category only
- Pagination for event query
- How would I get a list of posts from a custom post type
- Sorting custom post types by category?
- Add number in increment of one to DIV ID
- Make title field multiline in the add new custom post page?
- How to list groupings and keep pagination
- rewrite rules add a folder in the path
- Custom Post Types and Taxonomies
- Custom Post-type not returning the right child_of
- Select Menu for Custom post Type does not save
- Featured image in admin on custom post type