Thread Starter
-JD-
(@-jd-)
Is there any chance to update a event_category_id column in database during next plugin update in order to sort by category?
Thread Starter
-JD-
(@-jd-)
How should wp_query suppose to look? Or is there anything else need to change?
Thread Starter
-JD-
(@-jd-)
I did it my way.
I used a filter: add_filter(’em_paginate’,’my_em_paginate’);
And in my function I used DOM document for changing my link and it works.
And I found one BUG maybe – when I choose custom name of “pno” attribute in events_list shortcode, a string “%page% appears in pagination link for a first page instead of number 1. When I use default “pno” there is no “pno” attribute in page one link at all.
Thread Starter
-JD-
(@-jd-)
And where should I hack events manager pagination code?