• Hi
    We’re using your lovely plugin on a site that has several post types and it would be really helpful if there was an option to see a complete calendar of all these types. Is that something that could be done?
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Zack Grossbart

    (@zgrossbart)

    Hello Babs,

    Thanks for using the calendar. Right now we show a separate calendar for each post type. It is possible to see all posts types in a single calendar, but that would require a code change. I can point you in the right direction if you’d like.

    Thread Starter babssaul

    (@babssaul)

    Hi Zack
    Yes please – it would be worth me having a play.
    I’ve used the Calendar for about 10 years now (if that is even possible).
    Thank you
    Babs

    Plugin Author Zack Grossbart

    (@zgrossbart)

    In edcal.php line 70 it looks like this:

    $this->supports_custom_types = function_exists('get_post_types') && function_exists('get_post_type_object');

    If you set this to false I think it should just show you a single calendar with all of the post types.

    Thread Starter babssaul

    (@babssaul)

    Cool – I’ll have a play and let you know how it turns out – may be at the weekend, though.
    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Combine the calendars of all post types?’ is closed to new replies.