Description
Add your aphorisms through Options -> Random Aphorism panel, using form.
You can show the random aphorism using shortcode [aphorism] in Posts or Pages,
or hardcode it in PHP code using <?php do_shortcode(‘[aphorism]’); ?>.
The plugin is multi-lingual and actually translated in Russian language.
You can add your own translation by creating .po and .mo files named random_aphorism-DOMAIN.(po|mo) in lang subfolder.
Installation
- Upload
aphorismfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place shortcode
[aphorism]anywhere in your content or place<?php do_shortcode('[aphorism]'); ?>directly in your templates.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Random Aphorism” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Random Aphorism” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- First release