Description
Noniko Daily Meditation Companion displays a daily meditation from a local database bundled with the plugin.
The plugin imports meditation data from an SQL file included with the plugin and provides a simple shortcode for displaying the meditation for the current day or a selected date.
Features include:
- Automatic database table creation.
- Import of meditation data from a bundled SQL file.
- Daily meditation display.
- Display of a specific meditation by date.
- Simple administration page.
- Database information and import tools.
- Translation-ready strings.
Short Description
Displays a daily meditation from a bundled database using a simple WordPress shortcode.
Usage
Display today’s meditation:
[noniko_daily_meditation_pl]
Display a specific meditation:
[noniko_daily_meditation_pl date="01-03"]<h3>Database</h3>
The plugin uses a dedicated WordPress database table for storing meditation data.
The default meditation data is included in:
data/meditations_pl.sql
The database can also be re-imported manually from the plugin administration page.
Privacy
This plugin does not send meditation data to external services.
The meditation database is stored locally in the WordPress installation.
Installation
- Upload the
noniko-daily-meditation-companionfolder to the/wp-content/plugins/directory. - Activate the plugin through the WordPress Plugins screen.
- The plugin will create its database table and import the bundled meditation data.
- Add the
[noniko_daily_meditation_pl]shortcode to a page or post.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Noniko Daily Meditation Companion” is open source software. The following people have contributed to this plugin.
Contributors“Noniko Daily Meditation Companion” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Noniko Daily Meditation Companion” 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.0.0
- Initial release.
- Added meditation database.
- Added SQL import functionality.
- Added daily meditation shortcode.
- Added administration page.