वर्णन
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
स्क्रीनशॉट
स्थापना
- Upload
mypace Custom Title Tag
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Notice
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.
नेहमी विचारले जाणारे प्रश्न
-
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.
समीक्षा
योगदानकर्ते आणि विकसक
“mypace Custom Title Tag” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्ते“mypace Custom Title Tag” 2 लोकॅलसमध्ये भाषांतरित केले आहे. अनुवादकांना त्यांच्या योगदानाबद्दल धन्यवाद.
भाषांतर करा “mypace Custom Title Tag” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
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.