=== Advanced Tagline === Contributors: kmorey Plugin URI: http://kmorey.net/computers/advanced-tagline-wordpress-plugin/ Donate link: http://kmorey.net/downloads/ Tags: tagline, random, sequential, quote, quotes Requires at least: 2.5 Tested up to: 2.6 Stable tag: 1.4 Advanced Tagline gives the option to have multiple taglines for your blog and display them at random or sequentially with each page view == Description == Advanced Tagline gives the option to have multiple taglines for your blog and display them at random or sequentially with each page view. I wanted sequential display and batch import for my blog because I like to post lyrics to songs. With these options I can post lyrics to songs one phrase/line at a time, and the viewer will see the next line of the song on the next page view. It would also be good for quotes. **Features** * Sequential or random display * Easily edit active taglines * Easily add/remove taglines * Batch import (csv), overwrite or append * Each tag can have an optional link * Store plugin data using get_option and update_option * Uses 'get_header' action and 'bloginfo' filter to help avoid theme editing **Version 1.4** * Tagline links may now have an optional target * Implemented 'get_header' action and 'bloginfo' filter to greatly simplify installation **Version 1.3** * Fixed a bug that skipped the first tagline in sequential mode * Fixed display if no link is specified to skip the anchor tag * Fixed batch import to accept lines with one column (no link) * Remove screenshots from package * Visual style changes to blend better with WordPress admin styles == Installation == 1. Upload the 'advanced-tagline' folder to the '/wp-content/plugins/' directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Configure your taglines through Settings -> Advanced Tagline 1. The plugin now replaces bloginfo('description') so most themes won't need to be edited **NOTE:** 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 an earlier version: * `` * ``