Sharraxaad
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 <?php do_shortcode( '[library term="copyright-line"] ); ?>
.
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.
Business Cases
These are real-world examples of how this plugin is being used or could be used. Each of these uses a shortcode to display the most up-to-date version of a term’s content.
A financial institution is advertising an interest rate across many pages on a large website. There are instances of this percentage in content and in templates. Within a matter of seconds all of these numbers can be changed rather than crossing your fingers and hoping you caught all of the rates.
In order to quickly change the price of a fluctuating product a company put their price in a term to update across the whole site.
A health insurance company uses the same disclosures on many pages and UI contexts and keeping them compliant with changing regulations was difficult until they kept them stored in the Library.
The copyright line in the footer of a website might change sometimes to reflect a new year, a new trademark, new ownership, etc.
Rakibaad
Using The WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Search for ‘library’
- Click ‘Install Now’
- Activate the plugin on the Plugin dashboard
Uploading in WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Navigate to the ‘Upload’ area
- Select
library.zip
from your computer - Click ‘Install Now’
- Activate the plugin in the Plugin dashboard
Using FTP
- Download
library.zip
- Extract the
library
directory to your computer - Upload the
library
directory to the/wp-content/plugins/
directory - Activate the plugin in the Plugin dashboard
Dibu-eegisyo
Ma jiraan wax dibu-eegis ah oo ku saabsan kaabahan.
Ka-qaybgalayaasha & Horumariyayaasha
“Library” waa softiweer il furan. Dadka soo socda ayaa wax ku biiriyay kaabahan.
Ka-qaybgalayaashaKu tarjun “Library” luqaddaada.
Ma xiisaynaysaa horumarinta?
Baadh koodka, fiiri bakhaarka SVN, ama iska qor diiwaanka horumarinta adigoo adeegsanaya RSS.
Isbeddellada
1.1.0
- Adds a media button to easily insert shortcodes
- Improved error handling
1.0.2
- Localized admin screen strings
- Escaped admin screen strings
1.0.1
- Updated base language file
- Typo fixes
- Removed blank index.php files
1.0
- First version