Aprašymas
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
Diegimas
- Upload
mypace Custom Title Tagto the/wp-content/plugins/directory - Aktyvuokite įskiepį per WordPress meniu „Įskiepiai”
Pranešimas
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.
DUK
-
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.
Atsiliepimai
Programuotojai ir komandos nariai
“mypace Custom Title Tag” yra atviro kodo programa. Prie jos sukūrimo prisidėję žmonės surašyti toliau.
AutoriaiĮskiepis “mypace Custom Title Tag” išverstas į 2 kalbas. Dėkojame vertėjams už jų darbą.
Išverskite “mypace Custom Title Tag” į savo kalbą.
Domina programavimas?
Peržiūrėkite kodą, naršykite SVN repozitorijoje, arba užsiprenumeruokite kodo pakeitimų žurnalą per RSS.
Pakeitimų istorija
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
- Initial release.


