You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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
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!
The text was updated successfully, but these errors were encountered: