• Hi there,

    I’m using WordPress as a backend where I’m writing/storing the content/posts and fetching those posts using the Graphql API.
    The In-build option for feature images is not is showing up on the side panel. So that, I can’t able to upload the feature image for my blog. Note that, It is working from the day I start work on it. But suddenly, a few days before, the feature image option is not showing up.
    I have searched for an option on the preference setting, where there also, the feature image option is also not showing up. Please help me here and do the needful.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    The featured image option does not appear in the editor preferences dialog. It’s inherent in what the post type supports. Custom post types must explicitly declare support for “thumbnail” (how featured images are referred to in PHP code). It should appear by default for both post and page post types.

    AFAIK, the box is set via script, so any script errors on the page could cause it to not appear. Check your browser’s console for script errors after loading the editor screen. Any listed script errors will need to be corrected before proper operation can be expected.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.