Skip to content

Commit

Permalink
We don't need add_theme_support for post-thumbnails #4
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Feb 8, 2022
1 parent 9d772c6 commit 9b71660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function thisis_support() {
*
* @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/
*/
add_theme_support( 'post-thumbnails' );
//add_theme_support( 'post-thumbnails' );
// Adding support for alignwide and alignfull classes in the block editor.
//add_theme_support( 'align-wide' );

Expand Down

0 comments on commit 9b71660

Please sign in to comment.