This plugin allows you to edit title tag at every singular post(posts, pages, custom post types). This is a very simple plugin.
This plugin allows you to edit title tag at every singular post(posts, pages, custom post types). This is a very simple plugin.
https://github.com/mypacecreator/mypace-custom-title-tag
mypace Custom Title Tag
to the /wp-content/plugins/
directoryYou have to use add_theme_support( 'title-tag' );
in the functions.php file in order to support title tag.
You don’t need to add anything to the theme’s header.php file. Delete the legacy wp_title() call and all hard-coded title tags.
You have to use add_theme_support( 'title-tag' );
in the functions.php file in order to support title tag.
You don’t need to add anything to the theme’s header.php file. Delete the legacy wp_title() call and all hard-coded title tags.