Remove the errors in your registering function:
'Gigs'
is not part of the default language file. Either add your text domain as second parameter or drop the translation function.'_builtin' => true
is wrong. Remove the parameter; it is for native post types only.'supports' => array('title', 'editor',/* 'custom-fields' */),
– the comma aftereditor
is a syntax error. Turn debugging on to see such errors.
Related Posts:
- What does this PHP function code mean? [closed]
- How do I append multiple taxonomies to the URL?
- Custom post status not working
- WP 3.1 – archive pages for custom content types possible now without a plugin?
- Admin Post Update Redirection to Posts Screen
- modify all posts of a category to “no comments allowed”
- How to not allow custom roles to edit published custom post types?
- Assign Page Template Within A Custom Post Type
- How to override parent theme function through the child theme [closed]
- Custom Taxonomy conditionals
- Single Page WordPress CSS and JS links
- [Plugin: Posts 2 Posts] Changing display order of connections
- Disable dragging of metaboxes in custom post types?
- Error after deleting Custom Post Type with a function (no trash used)
- How to delete all posts from a custom post type?
- Structure for projects and clients
- Custom Post Type Alerts
- Why is my custom loop not filtering correctly nor paginating?
- Custom post types with custom directories
- Saving repeated option values in a custom query
- How to customize admin posts based on the user who is logged in
- Custom Post Type | Fatal Error on register_post_type()
- How to post twitter like updates on wordpress
- How to get all `supports` attributes by post type?
- Custom search for custom post meta with pre_get_posts interferes with WP search
- apply filters only to specific post listing without check the url parameters
- Dynamically add / duplicate custom meta in custom post types
- Deleting Custom Post type data using mySQL command
- How can I create a custom meta box to add an mp4 video to a page?
- How inefficient is it to use a Custom Post for 4-5 sentences & pull all to 1 page?
- Permalink structure by Post Meta value
- A question on creating filters for custom posts using taxonomy
- Conditional Query of Custom Post Type and custom taxonomy
- 2 Templates 1 custom post type according url
- changing meta value and meta key of price field
- WordPress sort search results by custom order
- How to start a new post with custom Taxonomies already set?
- WooCommerce sort products by the actual product width(not the shipping width)
- Create a custom php page and load it at a specific slug
- Structure of data : CPT + terms
- Default text in a specific post type, but not visible?
- How to remove post listing page for a custom post type
- Adding the_content() in custom template email
- Pages are not saving due to custom post type
- Migrating a taxonomy’s tags to the native category
- custom post type vs. conditionally displaying meta boxes for specific terms?
- Edit the_content() function so to add a div wrapper
- Number of posts in the archive
- Ordering Submenu Pages in WP 3.1
- Replace dynamically content in a custom database table when a custom post is created
- How to customize work area / admin area in a custom post type without plugins?
- Change “empty trash” button text?
- Move Genesis Single Page/Single Post Title
- Custom post type menu
- why post_class() function apply css classes to all other files?
- Custom post type’s posts are not showing anywere but in xml sitemap
- Only show columns in custom post type?
- How to get the current category with custom posts
- Display Custom Post Types Glossary
- How should I structure complex content hierarchies?
- Convert Custom Table Data Based Plugin To Be Searchable
- Problems making shortcode with custom post types and taxonomy
- Query Multiple Custom Post Types & Exclude a Taxonomy Term
- Function to add custom HTML into head in custom post-type list page
- What is the best way to manage small blocks of content on my home page?
- One post auto attached to many another items
- How do I “trash” a custom post type post while logged in as Admin
- WP 3.1 custom post type permlinks
- Placing Admin Post Metaboxes in Tabs
- Why is my custom post content only viewable when signed into WordPress?
- Auto update publish date of CPT Post if default post custom field value match to cpt post CF Value
- How can i display a taxonomy? i have created a plugin and then a custom type. and a taxonomy , also i have register it
- Is it possible to create 2 unique titles for an Events custom post type: Upcoming Events and Past Events?
- Querying posts that don’t have a certain key value or don’t have the key
- wp delete duplicate entries of custom post types every 15 minutes
- How to Disable option of meta field if that option is selected for any other post in custom post type?
- How to add custom supports for custom post types?
- Attempting to create custom “post” template, getting a 500 internal server error
- Multiple WordPress Sites, Same Database but Filtered Content
- connect users to Custom post types
- Custom Pagination based on Custom Post Type
- Custom user roles
- Change Background Color For CPT Template
- One Post with different content, depending on a Page
- Create 2-layered dropdown menus for custom taxonomy and custom post type
- Custom Post Type
- Registering an optional custom post type from a plugin
- Custom metabox value not saving
- Cannot modify a registered custom post type rewrite slug
- Add Excerpt On Quicksand Plugin
- Custom post type adding additional markup
- Select Menu for Custom post Type does not save
- Specifying Default Template for Hierarchal Custom Post Type [duplicate]
- Inserting two categories
- How to delete unnecessary custom post types in the UI
- Advise on Custom Taxonomies and Structure
- cannot export data from CPT UI (books)
- REQUIRED: The theme uses the register_post_type() function, which is plugin-territory
- display posts, pages and custom post types from another wordpress site
- How to develop Knowledge center in WordPress Website