Apr 15, 2020 · 4 min read
function wps_add_post_thumbnails() {
add_theme_support('post-thumbnails');
}
add_action('after_setup_theme', 'wps_add_post_thumbnails');
Copyright © 2025 by WP CODE SNIPPETS
Join our mailing list to receive the latest news and updates from our team.