Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kaz-nishimura

    (@kaz-nishimura)

    Since I have got no response, I read through the source and find out the parameter to md5() is always the same in get_custom_post_type_calendar().

    When I changed the source as follows, the widget works for multiple post types:

    // $key = md5( $m . $monthnum . $year );
    $key = md5( $m . $monthnum . $year . $posttype );

    If this is the correct solution, please incorporate it in the next version.

    Plugin Author thingsym

    (@thingsym)

    Thank you. Fixed a cache key in the version 1.0.4.

    Thread Starter kaz-nishimura

    (@kaz-nishimura)

    Thank YOU.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Calendar widget not work for multiple custom post types’ is closed to new replies.