0
I configured in my functions.php the code that enables the Post Thumbnails theme, but does not appear in wp-admin.
<?php
add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 1280, 720 );
When I create a post, there is no option to upload the highlighted image. So I’ve done the following procedures to try to understand what’s going on.
- I disabled all plugins
- I changed theme (and the highlighted image appears)
- I removed all the functions code, leaving only the code above
- I updated the Wordpress
I don’t know what to do anymore, I’ve done a lot of research and I can’t find a solution. Could someone have mercy on this soul? Thank you!!!
Supernatural problem.
– Geahn Machado