Descrição
This plugin allows you to edit title tag at every singular post(posts, pages, custom post types). This is a very simple plugin.
GitHub
https://github.com/mypacecreator/mypace-custom-title-tag
Instalação
- Upload
mypace Custom Title Tag
to the/wp-content/plugins/
directory - Ative o plugin por meio do menu “Plugins” no WordPress
Notificação
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.
Perguntas frequentes
-
This plugin output nothing.
-
You have to use
add_theme_support( 'title-tag' );
in the functions.php file in order to support title tag. -
Title tags duplicated.
-
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.
Avaliações
Colaboradores e desenvolvedores
“mypace Custom Title Tag” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.
Colaboradoresmypace Custom Title Tag” foi traduzido para 2 localidades. Agradecemos aos tradutores por suas contribuições.
Traduzir “mypace Custom Title Tag” para seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.
Registro de alterações
1.2.3
- WordPress 4.8 Compatibility.
- WordPress Coding Standard Fix.
1.2.2
- GlotPress Compatibility.
1.2.1
- Fixed a problem with saving data on custom post types.
1.2
- WordPress 4.4 Compatibility.
1.1
- Changed width of the input field.
1.0
- Release inicial.