Hello, thank you for posting this example for an RSS feed! I'm trying to programmatically get a list of events in a date range (and also within selected categories). It looks like I should be able to modify this bit of code to pass "range_start" and "range_end" parameters, but I can't seem to make that work. Do you have an example of that?
Is there an RSS feed for events yet?
If so what is the URL structure?
Hi,
No, sorry there's no built-in function at the moment.
However you can write one in your theme functions.php file.
Example:
Stachethemes Developer
Hello, thank you for posting this example for an RSS feed! I'm trying to programmatically get a list of events in a date range (and also within selected categories). It looks like I should be able to modify this bit of code to pass "range_start" and "range_end" parameters, but I can't seem to make that work. Do you have an example of that?
Try this one:
Stachethemes Developer