فهرست منبع

Add generated title tag support to BB&Co themes (#4118)

Jason Crist 4 سال پیش
والد
کامیت
786e29f2ca
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      blockbase/functions.php

+ 3 - 0
blockbase/functions.php

@@ -18,6 +18,9 @@ if ( ! function_exists( 'blockbase_support' ) ) :
 		// Add support for post thumbnails.
 		add_theme_support( 'post-thumbnails' );
 
+		// Declare that there are no <title> tags and allow WordPress to provide them
+		add_theme_support( 'title-tag' );
+
 		// Experimental support for adding blocks inside nav menus
 		add_theme_support( 'block-nav-menus' );