From f28705e458058cbb26ae8d65b7c0126fc300131c Mon Sep 17 00:00:00 2001 From: magepeopleteam Date: Mon, 24 Sep 2018 06:40:46 +0000 Subject: [PATCH] Readme text changes --- readme.txt | 57 +++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 46 insertions(+), 11 deletions(-) diff --git a/readme.txt b/readme.txt index 7092931..184e6b5 100644 --- a/readme.txt +++ b/readme.txt @@ -63,44 +63,75 @@ All major functions are available below: ### Shortcodes included with Woocommerce Events Manager -##### **[event-list cat='' org='' style='grid' cat-filter='no' org-filter='no' show='' pagination='no' sort='ASC']** +` +[event-list cat='' org='' style='grid' cat-filter='no' org-filter='no' show='' pagination='no' sort='ASC'] +` **cat:** -By default showing all event, but if you want to show event list of a particular category you can use this attribute, just put the category id with this. example: _**[event-list cat='ID']**_ +By default showing all event, but if you want to show event list of a particular category you can use this attribute, just put the category id with this. example: + +` +[event-list cat='ID'] +` **org:** -By default showing all event, but if you want to show event list of a particular organization you can use this attribute, just put the category id with this. example: _**[event-list org='ID']**_ +By default showing all event, but if you want to show event list of a particular organization you can use this attribute, just put the category id with this. example: +` +[event-list org='ID'] +` **style:** -By default showing all event as grid. If you want to change the display style to list just change it to list. example: _**[event-list style='list']**_ +By default showing all event as grid. If you want to change the display style to list just change it to list. example: + +` +[event-list style='list'] +` **cat-filter:** -By default showing all event without any filter option. If you want to change it to with category filter use this. example: _**[event-list cat-filter='yes']**_ +By default showing all event without any filter option. If you want to change it to with category filter use this. example: +` +[event-list cat-filter='yes'] +` **org-filter:** -By default showing all event without any filter option. If you want to change it to with organization filter use this. example: _**[event-list org-filter='yes']**_ +By default showing all event without any filter option. If you want to change it to with organization filter use this. example: + +` +[event-list org-filter='yes'] +` **show:** -By default showing all event without any limition. If you want to change it and set limit input the limit number. example: _**[event-list show='10']**_ +By default showing all event without any limition. If you want to change it and set limit input the limit number. example: + +` +[event-list show='10'] +` **pagination:** -By default there is no pagination with the event list but if you want to show pagination set yes the value. example: _**[event-list pagination='yes']**_ +By default there is no pagination with the event list but if you want to show pagination set yes the value. example: +` +[event-list pagination='yes'] +` **sort:** -You can sort event list by event start datetime. By default it showing as Assending format, If you want to change the sorting format you need you use this attribute. example: _**[event-list sort='ASC/DESC']**_ +You can sort event list by event start datetime. By default it showing as Assending format, If you want to change the sorting format you need you use this attribute. example: +` +[event-list sort='ASC/DESC'] +` ### Event Calender ShortCode: + +` [event-calendar] +` ### Note: We do best support for our plugin, we have fully confidence that our plugin working very well for any theme. in case you face any problem with our plugin or any customization needed please email us: magepeopleteam@gmail.com our support team will back to you shortly. -**CHECKOUT OUR OTHER PRODUCTS** -[Bus Ticket Booking with Seat Reservation](https://wordpress.org/plugins/bus-ticket-booking-with-seat-reservation/) ### How to Add New Event @@ -114,6 +145,10 @@ https://www.youtube.com/watch?v=IyUCCIeS6P8 +**CHECKOUT OUR OTHER PRODUCTS** +[Bus Ticket Booking with Seat Reservation]shttps://wordpress.org/plugins/bus-ticket-booking-with-seat-reservation/) + + == Installation ==