If you want it just for the native post
post type, then put this in your functions.php
add_action('init', 'my_theme_setup');
function my_theme_setup(){
add_theme_support( 'post-formats', array( 'aside', 'gallery' ) );
}
The Post Format meta box will now appear down the side of your screen on the post creating/editing page.
Full list of available post formats to pass into the add_theme_support
function – https://codex.wordpress.org/Post_Formats
Related Posts:
- Update caption for metabox gallery images
- How to show post format gallery metabox image caption in the post front end
- Get image captions for images on gallery post format metabox
- How to generate a featured image from a video embeded in a metabox
- Hide meta box based on post format
- Remove Title, Editor and Meta Box Support Based on Post Formats
- Set Default Admin Screen options & Metabox Order
- How to set default screen options?
- Add “upload media” button in meta box field
- Does WordPress have a “Form API”?
- Metabox with checkbox is not updating
- Best practices for meta box placement?
- post formats – how to switch meta boxes when changing format?
- Hiding a theme’s meta box
- Block metabox – No expanding, no moving around
- Access the environment of an admin page from another admin page
- Add filter ‘wpautop’ to meta box textarea
- add_meta_box does not go ‘side’
- Getting jQuery sortable items in custom metabox
- How do I stop HTML entities in a custom meta box from being un-htmlentitied?
- meta content on required pages
- Dynamically Creating Meta Boxes
- remove_meta_box for all post types doesn’t seem to work
- Position right sidebar metabox right below the publish metabox?
- MetaBox Layout for all users
- How to store multiple input values with same meta_key
- post-excerpt not one of the options under screen options
- How to remove/hide the predictive autocomplete popup when I type in the tag/term metabox
- make a excerpt on data from a meta box?
- metabox upload file
- How to put Periods and Spaces for Array Values (Meta Key)
- How to add a SAVE button to replace PUBLISH on a custom post type?
- Why does get_post_meta not work with the posts page?
- Change the post date from a meta box
- Convert textarea with wp_editor
- Repeatable custom meta fields
- Get all meta boxes values
- Metabox saves on Update or Publish, but not on Saving Draft
- metabox with custom post type values
- Checkbox on a meta box using CMB2 Plugin
- Decide Metabox Configurations for All Users
- metabox select – frontend display
- Set default post author to none on new post
- How to detect if metabox content was updated by the user
- how to save and get selected item id list with add_meta_box
- Remove anchor tag from meta box link
- Adding metabox to wordpress plugins menu page
- How to add select list to meta box field?
- Get meta fields by meta box id
- cannot grab post meta from extended Walker_Category class properly
- Resetting admin post form on JS validation fail
- How do you List all Sidebars in a Metabox
- Create more Meta Boxes as needed
- Condition display metabox in case the post is saved
- Save meta value as an array of arrays
- Add a meta box to ALL Pages
- How to remove some metaboxes for CPTs?
- Add metabox without the container
- input radio ‘checked’ saves, but select option ‘selected’ doesn’t
- HTML Table creator in metabox to put into post theme
- How to use Gutenberg in CMB2?
- edit_page or edit-pages for current_user_can()?
- How to check specific value in two metabox?
- How to show taxonomy terms from wordpress database?
- How can i get multi checkboxes value in metbox?
- Understanding WordPress’ post type support
- wordpress alchemy put custom metabox on certain page only
- using WPalchemy to output custom metabox from homepage template
- save radio button selection in post-meta on submit
- Custom meta box data in rss feed
- ShortCut on meta boxes
- Post edit screen: How to check if meta_box is registered?
- How using the Meta Box plugin, to filter posts by the value of a post type field?
- How to ‘clone’ select metabox options with a callback function? [closed]
- Saving multiple fields (dropdown and text) in custom metabox
- save meta data of custom post type: WP_Error has no effect, even if insufficient capabilities
- display all registered meta boxes
- where can i see the registered new field for posts using register_meta() ?
- update_post_meta doesn’t work
- how to update editor content from metabox
- Resposive admin classes?
- Only allow one meta key value per post in a category
- Make metabox always be on top (sticky)
- Ridiculous problem with CDATA [duplicate]
- Can’t save drop down select date in meta boxes
- WordPress check if value equals and echo “checked”
- Custom metabox for file upload return empty filename
- Video slideshow
- Meta Box Value not saving / populating?
- Customer portal (posts as checklist)
- How to set default screen options?
- Reload meta box content with AJAX
- Option to delete value in metabox
- why esc_url not working in smartmetabox
- Change Default Custom Fields Metabox Name on cctm plugin
- How to create metabox that can be queried in the database?
- Form submit from modal window to parent window
- Allow iframe in custom meta box
- Datepicker altField and altFormat to save a new meta key/value in a post?
- Is there a way to remove the Add boxes from the Screen Options menu metabox?