• Resolved Marjoline

    (@marjoline)


    Hi,

    Love the plugin. Only thing we cannot work out is how to add the Featured image to the Video post.

    Can you help? Currently the page looks awful, with the black band below the title where the featured image should be.

    Kind regards,
    Marjoline

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    Kindly try adding the following code in your theme’s functions.php file. This should enable the “Featured Image” meta box in the video form.

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

    Hope, this helped you!

    Thread Starter Marjoline

    (@marjoline)

    Thanks, that did it!

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