Support

Account

Home Forums General Issues Featured Image Not Displaying Reply To: Featured Image Not Displaying

  • Hi @daniish

    Sry for asking. But..
    Why you do not use the standard featured image from wordpress?
    I saw that you use custom post types for the “artists”.
    You can easily activate the “featured-image” functionality for your post-type “artist” in your “register_post_type” function in the functions.php.

    with:
    'supports' => array( 'title', 'editor', 'thumbnail' )
    https://codex.wordpress.org/Function_Reference/register_post_type

    Let me know if u need more help with that.
    Cheers.