• Resolved ksvgn2018

    (@ksvgn2018)


    Since I upgraded to WordPress 6.1.1 the option to upload featured images in my posts and pages disappeared. I cannot edit the existing ones and I cannot upload new images. Usually it was an option in the right side panel.

    In my Theme I activated featured images like this (functions.php):

    if (!function_exists('ksv_setup')) {
    function ksv_setup() {
    add_theme_support('post-thumbnails');
    }
    }
    add_action('after_setup_theme', 'ksv_setup');

    ? What can I do?

Viewing 1 replies (of 1 total)
  • Thread Starter ksvgn2018

    (@ksvgn2018)

    Update: After deactivating and then reactivating all of my Plugins the media uploader appeared again magically as if it was never gone. I did not change anything, it seems to have been an installation/updating issue and I will probably never find out in detail what actually caused it. Happy to see the media function again after a frustrating half day of extra work.

Viewing 1 replies (of 1 total)
  • The topic ‘Featured image Media Upload not showing in posts/pages’ is closed to new replies.