devloco / create-react-wptheme

Create modern, React-enabled WordPress themes with a single command.
MIT License
359 stars 60 forks source link

Featured Image #71

Open Alerdm opened 1 year ago

Alerdm commented 1 year ago

Hello everyone,

I'm having an issue with my website, and I'm hoping someone here can help me out. I can't find the "featured image" option on the admin page of my website. I'm trying to add a featured image to a post, but I can't find the option anywhere.

Does create-react-wptheme support the "featured image" option? I don't know how to enable it on the admin page for posts. Has anyone had this issue before or knows how to solve it?

I would appreciate any help or advice that you can provide. Thank you very much!

WiseArts commented 1 year ago

Hey, hope you've found the answer by now, but just in case anyone else needs it, in order to enable the post thumbnails, you just need to add add_theme_support ('post-thumbnails'); anywhere in the public functions.php file

Alerdm commented 1 year ago

I'll be trying this! Thx (i will reply if it worked)