{"id":3516,"date":"2008-08-11T01:20:32","date_gmt":"2008-08-11T01:20:32","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/advanced-tagline\/"},"modified":"2009-03-31T02:58:20","modified_gmt":"2009-03-31T02:58:20","slug":"advanced-tagline","status":"closed","type":"plugin","link":"https:\/\/id.wordpress.org\/plugins\/advanced-tagline\/","author":848249,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.5.3","stable_tag":"1.5.3","tested":"2.7.1","requires":"2.5","requires_php":"","requires_plugins":"","header_name":"Advanced Tagline","header_author":"Kevin Morey","header_description":"","assets_banners_color":"","last_updated":"2009-03-31 02:58:20","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/pledgie.org\/campaigns\/3038","header_plugin_uri":"http:\/\/kmorey.net\/downloads\/advanced-tagline-wordpress-plugin","header_author_uri":"http:\/\/kmorey.net","rating":0,"author_block_rating":0,"active_installs":10,"downloads":7050,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.1","1.2","1.3","1.4","1.4.1","1.4.2","1.4.3","1.4.4","1.5","1.5.1","1.5.2","1.5.3"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[5055,354,244,5054,5053],"plugin_category":[43],"plugin_contributors":[88973],"plugin_business_model":[],"class_list":["post-3516","plugin","type-plugin","status-closed","hentry","plugin_tags-quote","plugin_tags-quotes","plugin_tags-random","plugin_tags-sequential","plugin_tags-tagline","plugin_category-customization","plugin_contributors-kmorey","plugin_committers-kmorey"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/advanced-tagline.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>Advanced Tagline gives the option to have multiple taglines for your blog and display them at random or sequentially with each page view.<\/p>\n\n<p>Typical uses:<\/p>\n\n<ul>\n<li>Random Quotes<\/li>\n<li>Song Lyrics<\/li>\n<li>\"Tip of the day\" style help<\/li>\n<\/ul>\n\n<p><strong>Features<\/strong><\/p>\n\n<ul>\n<li>Sequential or random display<\/li>\n<li>Easily edit active taglines<\/li>\n<li>Easily add\/remove taglines<\/li>\n<li>Batch import (csv), overwrite or append<\/li>\n<li>Export to csv<\/li>\n<li>Each tag can have an optional link<\/li>\n<li>Store plugin data using get_option and update_option<\/li>\n<li>Uses 'get_header' action and 'bloginfo' filter to help avoid theme editing<\/li>\n<li>Can be used as a widget<\/li>\n<\/ul>\n\n<p><strong>Version 1.5.3<\/strong>\n* Fixed conflicts with other plugins \/ admin features<\/p>\n\n<p><strong>Version 1.5.2<\/strong>\n* Fixed a bug regarding the proper selection of the Options &gt; Display Mode setting in admin. The value saves correctly, but it would always display with Standard selected.<\/p>\n\n<p><strong>Version 1.5.1<\/strong>\n* Adjusted CSS to avoid conflicts with other parts of WordPress admin (namely widget management system. Thanks to @zaneselvans)\n* Switched to use jQuery that is bundled with Wordpress to avoid jQuery.noConflict()<\/p>\n\n<p><strong>Version 1.5<\/strong><\/p>\n\n<ul>\n<li>Switched from mootools to jQuery. This should help with some of the conflicts reported with other plugins and WP 2.7.<\/li>\n<li>Uses ajax for all changes (except import)<\/li>\n<li>Export to CSV<\/li>\n<\/ul>\n\n<p><strong>Version 1.4.4<\/strong><\/p>\n\n<ul>\n<li>Changed <code>advtag_get_tagline([$echo = TRUE])<\/code> to <code>advtag_get_tagline([$show_link = TRUE [, $echo = TRUE]])<\/code>. In some cases, even though your tagline has a link, you might not want to show it, such as in the <code>&lt;title&gt;&lt;\/title&gt;<\/code> tag. In cases like this, use <code>advtag_get_tagline(FALSE)<\/code> rather than <code>bloginfo('description')<\/code> or <code>bloginfo('advtag')<\/code>.<\/li>\n<\/ul>\n\n<p><strong>Version 1.4.3<\/strong><\/p>\n\n<ul>\n<li>Fixed Internet Explorer bugs<\/li>\n<li>Fixed typos<\/li>\n<\/ul>\n\n<p><strong>Version 1.4.2<\/strong><\/p>\n\n<ul>\n<li>Added option to replace blog description\/tagline or stand alone (previous versions only replaced)<\/li>\n<li>Advanced Tagline can now be used as a widget<\/li>\n<\/ul>\n\n<p><strong>Version 1.4.1<\/strong><\/p>\n\n<ul>\n<li>Fixed a bug causing Advanced Tagline to appear in the plugins list twice<\/li>\n<li>Fixed a bug causing sequential mode to skip every other tagline if Advanced Tagline &lt;1.4 was previously installed and the call to <code>advtag_next_tagline()<\/code> wasn't removed<\/li>\n<\/ul>\n\n<p><strong>Version 1.4<\/strong><\/p>\n\n<ul>\n<li>Tagline links may now have an optional target<\/li>\n<li>Implemented 'get_header' action and 'bloginfo' filter to greatly simplify installation<\/li>\n<\/ul>\n\n<p><strong>Version 1.3<\/strong><\/p>\n\n<ul>\n<li>Fixed a bug that skipped the first tagline in sequential mode<\/li>\n<li>Fixed display if no link is specified to skip the anchor tag<\/li>\n<li>Fixed batch import to accept lines with one column (no link)<\/li>\n<li>Remove screenshots from package<\/li>\n<li>Visual style changes to blend better with WordPress admin styles<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the 'advanced-tagline' folder to the '\/wp-content\/plugins\/' directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Configure your taglines through Settings -&gt; Advanced Tagline<\/li>\n<li>The plugin now replaces bloginfo('description') so most themes won't need to be edited<\/li>\n<li>If you wish to keep your blog description where it is, select 'Standalone' in the mode configuration and insert the following code into your theme: <code>&lt;?php bloginfo('advtag'); ?&gt;<\/code><\/li>\n<\/ol>\n\n<p><strong>NOTE:<\/strong> After installing 1.4 or later, you can safely remove the following php code from your themes if you added it as a result of installing a previous version:<\/p>\n\n<ul>\n<li><code>&lt;?php if (function_exists(\"advtag_next_tagline\")) { advtag_next_tagline(); } ?&gt;<\/code><\/li>\n<li><code>&lt;?php if (function_exists(\"advtag_get_tagline\")) { advtag_get_tagline(); } ?&gt;<\/code><\/li>\n<\/ul>","raw_excerpt":"Advanced Tagline gives the option to have multiple taglines for your blog and display\nthem at random or sequentially with each page view","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/3516","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=3516"}],"author":[{"embeddable":true,"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/kmorey"}],"wp:attachment":[{"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=3516"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=3516"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=3516"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=3516"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=3516"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/id.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=3516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}