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?
- Change “Enter Title Here” help text on a custom post type
- CPT Template Not Showing – Getting 404
- Random post, once per day
- Prevent Google from indexing custom post types?
- Remove Trash / Delete option for Custom Post Type / Taxonomy
- Display all custom post types in archives.php
- WP_Query to loop a Custom Field, Custom Post Types do not show
- Custom taxonomy & post slug permalink
- sort events based on event date custom field
- Child and grandchild taxonomy listings – 404
- Limit taxonomy results to a single cpt
- Redirect to post with only post ID in the URL vs post_type/post ID
- Remove default post types on all sites except primary blog. WPMU
- Relationship between two taxonomies and a custom post type [closed]
- next_post_link on custom taxonomy
- AJAX load more for different custom post type loops
- Add custom ID to CPT posts only create not update
- Cannot save CPT meta box
- Sitemap generation
- Set templates for custom post types
- Main query not querying any posts in custom taxonomy template
- Return the name of the post type
- How to show my post type TEAM in dynamic way?
- Set parent for custom post type archive rewrite url
- How to rewrite the beginning and end of the permalink structure in a custom post type?
- Custom sidebar for custom post type
- How do I update_post_meta() or add_post_meta() with an AJAX call
- ACF Relationship Posts how to show additional content
- Change Post Meta via AJAX from the posts list table
- How to create Custom image post?
- Weird issue where form field loses focus to previous form field even with JS disabled
- posts_per_page in custom WP_Query does not override “Reading” settings?
- Set Post Private if no linked Post Objects (ACF)
- Show in an entry a Custom Post Type associated to a post
- How to display custom field in product description?
- Show code dependant on CPT & category
- How to make post title to appear after an image?
- SEARCH QUERIES – REVERSE OUTPUT
- How can I check the rewrite slug of current post type listing page
- how to create custom taxonomy drop downs for parents and child
- How to get the posts that my following users are liked?
- How to insert post 6 times after user register like ask.fm
- Not Able to List CPT Based on Taxonomy Term
- Redirect sub-page URLs to parent without changing URL
- Filter Term By Parent Term – Custom Post Type
- Storing data in a multidimensional array from dynamically generated foreach loop
- Insert custom post type via XML-RPC?
- CPT or Custom Table for Repository of Serial Numbers
- How to Fix Custom WordPress Loop with Pagination on Single Post View?
- erase post excerpt limitation [×]
- Using $seed on a custom post type for randomly displayed posts
- Can’t open Custom Post Types Link in navigation
- Problem with a query in custom posts
- Custom post-type’s pagination not working in category.php
- Using custom post types within a section of a template
- 404 Error On Custom Taxonomy Pages 2, 3, etc