Readme text changes

This commit is contained in:
magepeopleteam 2018-09-24 06:40:46 +00:00
parent cb7bdf7ae9
commit f28705e458
1 changed files with 46 additions and 11 deletions

View File

@ -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 ==