{"id":13457,"date":"2011-06-01T13:56:39","date_gmt":"2011-06-01T13:56:39","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/visual-subtitle\/"},"modified":"2020-08-01T14:50:34","modified_gmt":"2020-08-01T14:50:34","slug":"visual-subtitle","status":"publish","type":"plugin","link":"https:\/\/so.wordpress.org\/plugins\/visual-subtitle\/","author":7445142,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.2.0","stable_tag":"1.2.0","tested":"5.5.18","requires":"2.9.0","requires_php":"5.6","requires_plugins":"","header_name":"Visual Subtitle","header_author":"Gary Jones","header_description":"","assets_banners_color":"","last_updated":"2020-08-01 14:50:34","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/code.garyjones.co.uk\/donate\/","header_plugin_uri":"https:\/\/github.com\/GaryJones\/visual-subtitle","header_author_uri":"https:\/\/garyjones.io\/","rating":0,"author_block_rating":0,"active_installs":100,"downloads":11531,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.2.0":"<p>Code refresh for 2020.<\/p>","1.1.0":"<p>Reposition subtitle field, improvements for developers.<\/p>","1.0.1":"<p>Minor fix - make plugin translatable, and fix small display issue on Comments page.<\/p>","1.0":"<p>Update from nothingness. You will feel better for it.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.0.1","1.1.0","1.2.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"658090","resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"658090","resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"658090","resolution":"3","location":"assets","locale":""},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"658090","resolution":"4","location":"assets","locale":""},"screenshot-5.png":{"filename":"screenshot-5.png","revision":"658090","resolution":"5","location":"assets","locale":""}},"screenshots":{"1":"The back-end interface, showing the Visual Subtitle field.","2":"Showing the visual subtitle on the front-end, in this case, styled red, smaller, italic and bold.","3":"The front-end markup, showing the span inside the existing heading element (may differ for your own theme).","4":"Showing the subtitle in the Posts list - the second entry has no subtitle.","5":"The subtitle can also be amended from the quick edit feature."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[27479],"plugin_category":[],"plugin_contributors":[78161],"plugin_business_model":[],"class_list":["post-13457","plugin","type-plugin","status-publish","hentry","plugin_tags-subtitle","plugin_contributors-garyj","plugin_committers-garyj"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/visual-subtitle.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/visual-subtitle\/assets\/screenshot-1.png?rev=658090","caption":"The back-end interface, showing the Visual Subtitle field."},{"src":"https:\/\/ps.w.org\/visual-subtitle\/assets\/screenshot-2.png?rev=658090","caption":"Showing the visual subtitle on the front-end, in this case, styled red, smaller, italic and bold."},{"src":"https:\/\/ps.w.org\/visual-subtitle\/assets\/screenshot-3.png?rev=658090","caption":"The front-end markup, showing the span inside the existing heading element (may differ for your own theme)."},{"src":"https:\/\/ps.w.org\/visual-subtitle\/assets\/screenshot-4.png?rev=658090","caption":"Showing the subtitle in the Posts list - the second entry has no subtitle."},{"src":"https:\/\/ps.w.org\/visual-subtitle\/assets\/screenshot-5.png?rev=658090","caption":"The subtitle can also be amended from the quick edit feature."}],"raw_content":"<!--section=description-->\n<p>This plugin adds a Visual Subtitle field to all post, page and custom post types that have support for a title, and that use the Classic Editor. It doesn't work with the Block Editor.<\/p>\n\n<p>It allows you to include a string of text that will still be part of the post title, but be wrapped in a <code>span<\/code> tag, giving something like:<\/p>\n\n<pre><code>&lt;h1&gt;Visual Subtitle&lt;span class=\"subtitle\"&gt;&lt;\/span&gt;&lt;\/h1&gt;\n<\/code><\/pre>\n\n<p>Keeping it as part of the main level 1 or two heading, means it maintains as much keyword SEO importance as the main title, yet can be given a style (in your own theme) of <code>display: block;<\/code> to make it visually appear as a subtitle.<\/p>\n\n<p>The visual subtitle is appended to to the title on on the Posts screen, separated with a pipe (<code>|<\/code>) character, and appended to the title part of the document title with a colon (<code>:<\/code>) character.<\/p>\n\n<h3>Translations<\/h3>\n\n<ul>\n<li><a href=\"http:\/\/deckerweb.de\/material\/sprachdateien\/wordpress-plugins\/#visual-subtitle\">Deutsch<\/a><\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Unzip and upload <code>visual-subtitle<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt><h3>Can I change the separators?<\/h3><\/dt>\n<dd><p>Only currently by amending the plugin code.<\/p><\/dd>\n<dt><h3>My subtitle isn't appearing on a new line?<\/h3><\/dt>\n<dd><p>You need to add the <code>.subtitle { display: block; }<\/code> style to your own theme, along with any other styling you want for it.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.2.0<\/h4>\n\n<ul>\n<li>Refreshed for 2020 (fix code standards).<\/li>\n<li>Fix line-endings in the class file to avoid parser error in PHP 7.3.<\/li>\n<li>Slightly refactor how the plugin is initiated.<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Reposition subtitle field to after title.<\/li>\n<li>Add ability for developers to choose which post types have visual subtitle support.<\/li>\n<li>Code tidy-up<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Fixed display issue on Comments page.<\/li>\n<li>Added key bit of code that makes the plugin read translation files (props to <a href=\"http:\/\/deckerweb.de\/\">Dave<\/a> for the reminder).<\/li>\n<li>Added link to German (de_DE) translation file in the readme.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>First public version.<\/li>\n<\/ul>","raw_excerpt":"Allows part of a post title to be styled as a subtitle. It is still within the title heading, but is wrapped in a span to be styled differently.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/so.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/13457","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/so.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/so.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/so.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=13457"}],"author":[{"embeddable":true,"href":"https:\/\/so.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/garyj"}],"wp:attachment":[{"href":"https:\/\/so.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=13457"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/so.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=13457"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/so.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=13457"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/so.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=13457"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/so.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=13457"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/so.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=13457"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}