open
10.11.2022.

How to enable post thumbnails?

Paste the following code snippet into the current template functions.php and save or upload it.

When editing, both posts and pages will show the featured image option

How To Enable Post Thumbnails?

How To Enable Post Thumbnails?

<?php if ( function_exists(  'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' );}?>
Copy to Clipboard

Related posts

Got a question? Is something not working? Write and I'll answer!

Leave a Reply

Your email address will not be published. Required fields are marked *