Other Documentations
CODE: To add additional healthcare guidelinesHow to add new social share iconsHow to change "events" slug & rewritesHow to customize the eventtop date formatHow to hook into eventTopHow to increase event type category countHow to load EventON scripts to a pageHow to show additional custom data in the eventCard
How to increase event type category count
November 10, 2016
EventON comes with upto 5 event type categories enabled and can be expanded very easily to a desired number of additional event categories.
However before you do that please read this to see if you actually need more categories.
Do i need more categories?If you are actually needing more than 5 categories below code can help you do that.
1 2 3 4 |
add_filter('evo_event_type_count','this_ajdecount',10,1); function this_ajdecount($count){ return 7; } |
Placing the above code in functions.php file in your theme will allow you to increase the number of event type filters (Categories) to a desired number. (Above example will change it from 5 to 7)
Did this article help you? If not, send us a ticket via helpdesk