Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using the Event Calendar for PHP 5.3 plugin.

I have a set of regional categories, ex. Coastal. I want to put a calendar on each region page, and I want that calendar to only show events from that region.

How can I limit the calendar to only show posts associated with that region? Or better yet, to only show posts from the category archive the calendar is displayed on?

This is the code you can add to a template file to call the calendar in, but there is no documentation on the plugin site to explain how to add to or alter this code to different purposes:

<?php ec3_get_calendar();?>

This problem has also been posted on the Wordpress.org forum for a couple months with no solution:

http://wordpress.org/support/topic/plugin-event-calendar-3-for-php-53-diferent-calendar-in-different-categories-pages?replies=3

Any hint at a possible solution would be greatly appreciated.

UPDATE

Someone has been trying to help me on the Wordpress.org Forums, but I don't understand them. Please take a look at the support forum and help me out. Maybe you can understand what they are trying to tell me and explain it to me in a way that I can understand.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.