Ok this was a rather simple answer. It appears that once you add the code you have to expand the screen options and enable it in the actual admin view.
This link is what helped me add_post_type_support()
.
Related Posts:
- Issues with title-tag and document_title_parts
- Is it ok to use a function to output the text domain name in a wordpress theme
- Display random categories on the front page (Finding and Editing Theme Functions)
- How to get woocommerce inventory status [closed]
- TinyMCE custom styles remove class when switching styles
- Check if the user has explicitly set an excerpt
- How to use get_template_directory_uri() to load an image that is in a sub-folder of my theme?
- How to override function in functions.php of parent theme?
- Show/hide Widgets in Dashboard Based on Current Advanced Custom Fields Option
- Show Video in Excerpt
- Return only top-level navigation items from a menu using wp_get_nav_menu_items
- Organize functions.php
- How to override functions.php in child theme?
- Overriding core functions in child theme
- When is wp_trim_excerpt() called?
- Stripping shortcode from custom excerpt function
- Change parent theme file function in child themes functions.php
- Remove images from get_the_excerpt
- Add inline css to theme
- Custom page template how to check is_page from functions.php?
- Dequeue Scripts and Style for Mobile not working?
- display public excerpt for private post
- get_the_excerpt() not returning anything when post has no excerpt
- get excerpt without images
- Displaying Widgets
- Allow latex in wordpress excerpt
- Strip div From Excerpt
- How to insert class in each list of categories?
- How to change value of variable in theme file with functions.php WordPress?
- I can’t add CSS with functions.php
- Getting the teaser text without overriding global variables
- Combine two active_callbacks into one on theme customizer
- first paragraph of the_content as meta description
- WP Customizer API loaded into functions.php
- call_user_func_array() expects parameter 1 to be a valid callback, function
- why can’t i add front.css to my frontpage.php
- “options.php” not found
- How to store a number (coming from cookie) into query vars for later usage in other filters?
- Is this an acceptable practice for WordPress theme development?
- What is the correct way to include my new functions and scripts in WordPress?
- wp_nav_menu work in functions.php but not in the theme
- Rewrite Question Mark in Post Template with URL Parameter for clean URLs
- Adding Read More to Custom excerpts
- contact form in template with jquery,validate and ajax
- Why a SlideShow (made using JQuery FlexSlider) can’t work if I load it form functions.php but work if I load it from my footer.php file? [closed]
- Why I can’t load my JavaScripts using an hook inside my functions.php file?
- Limit number of characters in different excerpts
- the_excerpt function not showing image
- Woocommerce Variable Product Dropdown for Custom Shop Template
- How to fix Function create_function() is deprecated in / themes
- Exclude specific post from query
- Advanced method to control cache of enqueued style/script
- WordPress wp_dequeue_script remove all other scripts
- Can I use ‘Featured Image’ as a hero image and a thumbnail?
- Is_Page doesnt detect my page
- Test CDN link from function.php or wp_enqueue_script/style?
- How to customize archive widget only for cpt?
- wp_title() return random number
- Why does echo on functions.php not yield result in source code?
- Appending „read more” to the excerpt conditionally
- How to offset main query without affecting other queries and backend
- Add meta data in head from theme
- what is `get_section()` and how to use it?
- Remove External Links from WordPress posts Using add_filter() in Theme functions.php
- How to retrieve image IDs from shortcode content?
- Hide disclaimer from summary excerpts
- HowTo: Add wrapper to columns shortcode?
- How to create admin ajax function for my contact form
- Class::$template_dir_path=get_template_directory();
- How to disable site title and description when custom header is uploaded on the customizer?
- Trim excerpt to first paragraph
- How to make an If Else on Excerpt Filter
- wordpress not calling peliegro functions.php?
- Language switcher for subdomains
- getExcerpt: Make ellipsis appear only if character limit is reached
- How to add next height number in Order Attributes inside the Add new page. [duplicate]
- need help with ‘… read more’ excerpt in functions.php
- Load a Child Theme’s style.css just before the closing tag
- wp_nav_walker that interacts with widgets to setup mega menu
- Excerpt length: get 2 paragraphs
- Check if excerpt is empty at loop-portfolio
- Allow tags and attributes in post and pages content
- Can’t change excerpt length and more tag
- More link – not text
- How to add an excerpt and read more link to a page?
- Adding a filter to my posts
- Add the title of a widget as an ID – for anchor links
- Excerpt – First Sentence & Read More
- Add custom css to theme
- Why functions metaboxes is causing White Screen in Admin [closed]
- Getting error on function.php
- Why don’t ‘wp_nav_menu’ CSS classes work until a menu is created?
- How to get postId from the argument $block when register_block_type()?
- WordPress is adding pagination for all pages not only for blog page, How to remove pagination for all pages except blog/posts page?
- function to show youtube videos within excerpt – if condition and apply_filters
- Setcookie not setting cookies anywhere except admin
- How to use webpack in WordPress theme? I want some scripts to load in the footer, some in the header and some with script parameters
- How can I able to exclude ‘Category’ and ‘Tag’ slug from the URL in WordPress without reloading to new site?
- No src and sizes attributes present on WordPress thumbnail images; the smallest image size is loaded irregardless of viewport size
- add_image_size() parameter four ($crop = true) is ignored: the_post_thumbnail() returns scaled image(s) instead of hard cropped