{"id":4207,"date":"2008-12-11T08:52:20","date_gmt":"2008-12-11T08:52:20","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-title-2\/"},"modified":"2011-08-06T20:02:48","modified_gmt":"2011-08-06T20:02:48","slug":"wp-title-2","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wp-title-2\/","author":1428649,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"3.6","stable_tag":"trunk","tested":"3.2.1","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"WP Title 2","header_author":"Hristo Chakarov","header_description":"","assets_banners_color":"","last_updated":"2011-08-06 20:02:48","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/blog.ickata.net\/wp-title-2\/","header_author_uri":"http:\/\/blog.ickata.net\/","rating":1,"author_block_rating":0,"active_installs":300,"downloads":41973,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"2","2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.5.4","2.0.1","2.0.9","2.1","3.0.3","3.5.1"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1538852","resolution":"1","location":"plugin","width":1390,"height":820}},"screenshots":{"1":"screenshot 1"}},"plugin_section":[],"plugin_tags":[225,9808,99,34315,1460],"plugin_category":[43,48],"plugin_contributors":[80761],"plugin_business_model":[],"class_list":["post-4207","plugin","type-plugin","status-closed","hentry","plugin_tags-cms","plugin_tags-heading","plugin_tags-multilingual","plugin_tags-subheading","plugin_tags-title","plugin_category-customization","plugin_category-language-tools","plugin_contributors-ickatanet","plugin_committers-ickatanet"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-title-2.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-title-2\/trunk\/screenshot-1.png?rev=1538852","caption":"screenshot 1"}],"raw_content":"<!--section=description-->\n<p>If you use WordPress as a CMS for your website, and you want your headings and links to be different, this plugin will help you. It adds additional field in your Add\/Edit Posts\/Page form. When you fill it and save your Post, Page or Custom Post Type, the new heading is stored in the DataBase. The plugin replaces <code>the_title()<\/code> and <code>wp_title()<\/code> Template tags so that the new Heading is printed. Also, the Heading is printed in the title atribute in your navigation links.<\/p>\n\n<p>Since plug-in version 3.0 you can enable\/disable the plug-in for Posts. If enabled, a new Widget called \"WP Title 2 Recent Posts\" appears in the Widgets. When you add the wiget to your sidebar, the short title is printed in the link navigation.<\/p>\n\n<p>Since WordPress version 3.0, as the new Custom Post Types appeared, you can now choose whether to use WP Title 2 to have Custom Heading for all or some of your Custom Post Types, or none - you decide!<\/p>\n\n<p>It is not necessary to fill the optional WP Title 2 Heading field - you can leave it empty and in that case your Post\/Page\/Custom Post Title and Post\/Page\/Custom Post Link will be the same.<\/p>\n\n<p>WP Title 2 is compatible with all other plugins which are filtering the output of the Page Navigation and Navigation Menu Template Tags (<code>wp_list_pages()<\/code> and <code>wp_nav_menu()<\/code>).<\/p>\n\n<p>Already tried WP Title 2? It works? Then please click \"Works\"! ---------------&gt;<\/p>\n\n<p>Do you like this plugin? Please rate it! --------------------------------------&gt;<\/p>\n\n<p>This plugin is fully compatible with <a href=\"http:\/\/wordpress.org\/extend\/plugins\/qtranslate\/\">qTranslate<\/a>, which allows you to post content in different languages.<\/p>\n\n<p>Versions 3.6+ are compatible with WordPress version 3.0 and above. If your WordPress version is between 2.8 and 2.9.2, please <a href=\"http:\/\/downloads.wordpress.org\/plugin\/wp-title-2.3.5.1.zip\">download plug-in version 3.5.1<\/a> .<\/p>\n\n<p>Versions 3.0 - 3.5.1 are compatible with WordPress 2.8 - 2.9.2. For WordPress version below 2.8, please <a href=\"http:\/\/downloads.wordpress.org\/plugin\/wp-title-2.2.1.zip\">download plugin version 2.1<\/a> .<\/p>\n\n<!--section=installation-->\n<p>Installation is extremely easy:<\/p>\n\n<ol>\n<li>Upload 'wp-title-2' directory to the '\/wp-content\/plugins\/' directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<p>That's all! Easy, eh?<\/p>\n\n<!--section=faq-->\n<dl>\n<dt>Do I have to change my templates in order to make the plugin working?<\/dt>\n<dd><p>No. You do not have to change anything. Simply unzip, upload and activate the plugin.<\/p><\/dd>\n<dt>What will happen with my old Pages' Title?<\/dt>\n<dd><p>The default Title will be printed unless you add your custom heading<\/p><\/dd>\n<dt>What will happen if I uninstall the plugin?<\/dt>\n<dd><p>Again, the default Posts'\/Pages' Titles will be printed<\/p><\/dd>\n<dt>I would like to use the plugin to display a subtitle on my page (to display both the Title and WP Title 2 Heading). Is that possible with WP Title 2 and how?<\/dt>\n<dd><p>Yes. In that case you have to change your theme templates:<\/p>\n\n<pre><code>&lt;!-- this will print your original Title: --&gt;\n&lt;h2&gt;&lt;?php remove_filter('the_title','wptitle2_the_title',999); the_title(); ?&gt;&lt;\/h2&gt;\n&lt;!-- this will print WP Title 2 Heading: --&gt;\n&lt;h3&gt;&lt;?php add_filter('the_title','wptitle2_the_title',999); the_title(); ?&gt;&lt;\/h3&gt;\n<\/code><\/pre><\/dd>\n<dt>My original title does not appear in the navigation. Instead, WP Title 2 Heading is printed, or link is broken. What shall I do?<\/dt>\n<dd><p>Have you got any special characters in your Heading? Try disabling HTML in WP Title 2 Heading field (this can be done in Options -&gt; WP Title 2). If you prefer using HTML tags in the Heading field, enable HTML in plugin's options, but remember to properly encode all special characters (e.g. <code>&amp; =&gt; &amp;amp; , \" =&gt; &amp;quot;<\/code>)<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<p>Changelog is available since version 3.0<\/p>\n\n<h4>3.6<\/h4>\n\n<ul>\n<li>(+) Fixed a bug with WordPress 3.0<\/li>\n<li>(+) Added support for WordPress Navigation Menus<\/li>\n<li><p>(+) Added support for Custom Post Types<\/p><\/li>\n<li><p>(-) Plug-in support for WordPress versions below 3.0 is discontinued<\/p><\/li>\n<\/ul>\n\n<h4>3.5.1<\/h4>\n\n<ul>\n<li>Fixed a problem causing conflict between JH Portfolio and WP Title 2 (looking for qTranslate now moved outside the \"init\" action).<\/li>\n<\/ul>\n\n<h4>3.5<\/h4>\n\n<ul>\n<li>(+) Added option to enable\/disaple showing the custom heading in Posts\/Pages list tables in Administration. If disabled, the default title will be shown.<\/li>\n<li>(-) As WP Multiligual plugin was causing lots of problems, plugin compatibility with WP Multilingual is now discontinued.<\/li>\n<\/ul>\n\n<h4>3.0.3<\/h4>\n\n<ul>\n<li>Problem with qTranslate was not fixed at all in 3.0.2 . Checking for activated languages now moved under \"init\" action.<\/li>\n<\/ul>\n\n<h4>3.0.2<\/h4>\n\n<ul>\n<li>Combined with qTranslate, WP Title 2 didn't show additional heading input fields for all languages and they did not appear below the original title inputs. This one was caused by the recent version of qTranslate. Fixed.<\/li>\n<\/ul>\n\n<h4>3.0.1<\/h4>\n\n<ul>\n<li>Small bugfix - title attribute in Page navigation showed nothing if custom title field is empty. Now shows the default title.<\/li>\n<\/ul>\n\n<h4>3.0<\/h4>\n\n<ul>\n<li>(+) Plugin fully localized (language files and template (POT) file can be found in plugin's directory\/lang)<\/li>\n<li>(+) Added Options page<\/li>\n<li>(+) Added support for HTML <\/li>\n<li>(+) Added support for Posts<\/li>\n<li>(+) Added widget \"WP Title 2 Recent Posts\" <\/li>\n<li><p>(+) Fixed bugs with special characters in Title and WP Title 2 Heading<\/p><\/li>\n<li><p>(-) Plugin support for WordPress versions below 2.8 deprecated<\/p><\/li>\n<\/ul>","raw_excerpt":"This plugin allows you to add and edit a Heading for your Posts, Pages and Custom Post Types, different from the Title (which is used in the navigatio &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/4207","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=4207"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/ickatanet"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=4207"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=4207"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=4207"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=4207"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=4207"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=4207"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}