• Resolved EnkiTreeOfLife

    (@alainminnoy)


    I need to add the Featured Image capability for for taxonomy.
    Because, it is not showing in the Search & Filter results.

    How can I add Featured image to your Video custo post?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter EnkiTreeOfLife

    (@alainminnoy)

    I found how to do it ??

    add_post_type_support( ‘aiovg_videos’, ‘thumbnail’ );

    Hello, in functions.php of your theme add….

    function aiovg_custom_init() {
    add_post_type_support( ‘aiovg_videos’, ‘thumbnail’ );
    }
    add_action( ‘init’, ‘aiovg_custom_init’, 11 );

    Go to your video and add featured image ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured Image not showing’ is closed to new replies.