Remove duplicating post-thumbnails call
This commit is contained in:
parent
cfad18357a
commit
13cb8e2685
|
@ -45,7 +45,6 @@ if ( ! function_exists( 'understrap_setup' ) ) :
|
||||||
*
|
*
|
||||||
* @link http://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails
|
* @link http://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails
|
||||||
*/
|
*/
|
||||||
//add_theme_support( 'post-thumbnails' );
|
|
||||||
|
|
||||||
// This theme uses wp_nav_menu() in one location.
|
// This theme uses wp_nav_menu() in one location.
|
||||||
register_nav_menus( array(
|
register_nav_menus( array(
|
||||||
|
|
Reference in New Issue