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.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.