pre-sale question
-
Hello! I’m kicking the tires on The Events Calendar (Pro specifically, so I can’t see any code from the plugin files), and am finding the documentation a bit unwieldy for quick perusal! I’m not ready to fully invest in this product without knowing a couple things (I think I’d spend hours going through functions in the docs before I found the answer to this hopefully-simple question!). Keep in mind also I’m a designer; not a back-end or hardcore WP developer ??
My question: Without adding a filter bar, can I create my own custom list of events wherever I please in a template, showing only a specific category of event? Here’s some pseudo code explaining what I want for this example “sales team”.
<ol> { loop, probably with a query that explicitly states a category by slug or ID } <li><a href="{ permalink }">{ event name } - { event date }</a></li> { endloop } </ol>
Likewise, I would hope I could make other queries in this way, without specifying category; or excluding categories in the way WP Query allows!
I’ll be surprised if this hasn’t been asked before; but I have been Googling it / searching your site for it for about 30 minutes!
Looks like a sweet product, I’m eager to read your response!
- The topic ‘pre-sale question’ is closed to new replies.