=== Library === Contributors: developdaly Tags: strings, library, content, shortcodes, dictionary, wp-strings Requires at least: 3.8.1 Tested up to: 3.8.1 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Create a library of reusable terms (strings) and display their contents anywhere on your site with a shortcode. == Description == Create a library of reusable terms (strings) and display their contents anywhere on your site with a shortcode. Library lets you create a library of reusable terms (or strings) without any code necessary and access a term's content with a shortcode. You can add a term (just like you'd add a post or page) called "Copyright Line" and its content could be "©2014 Your Company" and then use that anywhere on the site with `[library term="copyright-line"]` or ``. Because the library terms are a post type they inherit WordPress features like revision history, draft/scheduled/published, ability to change the term slug, full HTML, and so on. [**Contribute on Github**](https://github.com/developdaly/library) | [**Report Bugs**](https://github.com/developdaly/library/issues?labels=bug&milestone=&page=1&state=open) == Installation == = Using The WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Search for 'library' 3. Click 'Install Now' 4. Activate the plugin on the Plugin dashboard = Uploading in WordPress Dashboard = 1. Navigate to the 'Add New' in the plugins dashboard 2. Navigate to the 'Upload' area 3. Select `library.zip` from your computer 4. Click 'Install Now' 5. Activate the plugin in the Plugin dashboard = Using FTP = 1. Download `library.zip` 2. Extract the `library` directory to your computer 3. Upload the `library` directory to the `/wp-content/plugins/` directory 4. Activate the plugin in the Plugin dashboard == Changelog == = 1.0 = * First version