slimndap / wp-theatre

A free plugin to publish your events on a WordPress website. Perfect for theaters, music venues, cinemas and festivals.
https://wp.theater
GNU General Public License v3.0
39 stars 22 forks source link

Paginateby and Groupby venue / city / location in shortcode #293

Open YannickMol opened 5 years ago

YannickMol commented 5 years ago

Is it possible to implement a paginateby and/or groupby venue/city/location in the shortcode?

slimndap commented 5 years ago

It is. See this code snippet for an example: https://gist.github.com/slimndap/6b9e1a31ec56c0f302a5

YannickMol commented 5 years ago

Thanks for the reply. However, whenever I try to implement the following in the shortcode, it doesn't seem to be working.

[wpt_events paginateby="category, month, venue"]

slimndap commented 5 years ago

Yannick,

The code snippet does not add pagination. It only add a basic filter for venues:

[wpt_events venue="de-verwachting"]

YannickMol commented 5 years ago

Is there a snippet that does add pagination for venue?

YannickMol commented 4 years ago

Hi Jeroen, any update on this?