Changeset 734930
- Timestamp:
- 07/02/2013 05:33:23 AM (13 years ago)
- File:
-
- 1 edited
-
nyasro-world-day/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nyasro-world-day/trunk/readme.txt
r734927 r734930 1 === Plugin Name === 2 Contributors: nyasro 3 Donate link: mailto:nyasro@gmail.com 4 Tags: world day,international event,day,event,nyasro 5 Requires at least: 2.8 6 Tested up to: 3.4 7 Stable tag: 1.0 8 License: GPLv2 or later 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 11 Nyasro World Day show today's or upcoming world event or international day. 12 13 == Description == 14 15 Nyasro World Day is the plugin which shows today's or upcoming world event or international day. 16 17 * Use `[nyday]` to show today's or upcoming day. 18 19 If you are a developer then use following *PHP* code for date converter. 20 21 * To show today's or upcoming day or event : 22 ` 23 <?php 24 25 if(function_exists('_eNyasro_WorldDayEvent')) 26 _eNyasro_WorldDayEvent(); 27 28 ?> 29 ` 30 * To convert english-nepali date or vice versa: 31 ` 32 <?php 33 if(function_exists('_Nyasro_NepaliDateConverter')) 34 _Nyasro_NepaliDateConverter( $date, $conversion); 35 ?> 36 ` 37 38 == Installation == 39 40 This plugin is installed just like any other WordPress plugin. 41 More [detailed installation instructions](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins "Installing Plugins - WordPress Codex") are available on the WordPress Codex. 42 43 If you want manual installation: 44 1. Download Nyasro World Day 45 2. Extract nyasro-world-day. 46 3. Upload this folder with files inside to `../wp-contents/plugins/` 47 4. Activate the plugin in *Dashboard > Plugins* 48 5. Drag and drop from widget area if you want for sidebar. 49 6. Use shortcodes for require features. 50 7. Enjoy the plugin. And then consider donating. 51 52 == Frequently Asked Questions == 53 54 = What does this plugin do? = 55 56 It will display today's event or upcoming event. 57 58 = Still have some questions ? = 59 60 you can message us if you have any problem regarding this plugin or anything to ask. 61 [nyasro@gmail.com](mailto:nyasro@gmail.com) 62 63 == Screenshots == 64 65 1. Nyasro World Day/Event 66 67 == Changelog == 68 69 = 1.0 = 70 * First and current stable version. 71 72 == Upgrade Notice == 73 74 = 1.0 = 75 Currently we are waiting for user's feedback. We will let you know when update is available.======= 1 76 === Plugin Name === 2 77 Contributors: Nyasro
Note: See TracChangeset
for help on using the changeset viewer.