Skip to:
Content
Pages
Categories
Search
Top
Bottom

Add post-thumbnail support to forum post tye

  • Hi, I’m trying to activate post-thumbnail in forum post type, but it still fails. I tried with this code:

    function forum_post_thumbnails () {
    add_theme_support( 'post-thumbnails', array( 'forum', 'topic', 'reply', 'post', 'page' ) ); // Posts and Movies
    }
    add_action('after_setup_theme', 'forum_post_thumbnails');

    But it didn’t work. Any ideas on how activate it?

    Thanks

  • You must be logged in to reply to this topic.
Skip to toolbar