This topic has 3 replies, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #96038
     jbf388
    Participant

    Is there a way to add the “format” box to my custom post type in order to display videos and audio on the pinterest style theme?

    #96205
     sharmstr
    Moderator

    Gave you the link earlier, but here it is again: https://codex.wordpress.org/Post_Formats

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #96331
     jbf388
    Participant

    So if I wanted to add the formats box to pages and be able to video format a page its as easy as adding the code:

    // add post-formats to post_type ‘page’
    add_post_type_support( ‘page’, ‘post-formats’ );

    Do I add this directly into the kleo child functions.php?

    #96346
     sharmstr
    Moderator

    You would put your cpt name, not ‘page’. Yes, it goes in your child theme’s functions.php file.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?