Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • mark1282

    (@mark1282)

    Try adding it to this too

    /wp-content/themes/gt3-wp-pure/core/plugins/gt3-pagebuilder/core/registrator/misc.php

    add it to the function call at the top…

    add_theme_support(‘post-thumbnails’, array(‘post’, ‘page’, ‘port’, ‘team’, ‘testimonials’, ‘partners’, ‘product’));

    and to the function lower down…

    function addFeaturedImageSupport()
    {
    add_theme_support(‘post-formats’, array(‘image’, ‘video’, ‘product’));
    }
    add_action(‘after_setup_theme’, ‘addFeaturedImageSupport’);

    Hi. Did you ever get anywhere with this? I’m having the same issue with the Pure theme.

Viewing 2 replies - 1 through 2 (of 2 total)