Skip to content

Commit

Permalink
Merge pull request #64 from Codeinwp/fix/compatibility_rankmath
Browse files Browse the repository at this point in the history
fix: solve douplicate title tag #53
  • Loading branch information
cristian-ungureanu authored Aug 2, 2023
2 parents a3e85f8 + a3ae14b commit 8151e70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ public function setup() {
add_theme_support( 'starter-content', $starter_content->get() );
add_theme_support( 'wp-block-styles' );
add_theme_support( 'automatic-feed-links' );
add_theme_support( 'title-tag' );
add_theme_support( 'post-thumbnails' );
add_theme_support( 'editor-styles' );
add_theme_support(
Expand Down

0 comments on commit 8151e70

Please sign in to comment.