[Plugin: The Events Calendar] missing state in the address
-
“On lines 142 and 144 of template-tags.php, I had to change the_event_region to the_event_state, or else my events would not list the state at all. (I have “Default Country for Events” set to “United States” so I’m not sure why this is happening.)”
– kgagne
The solution appearing in the next release is to keep the calls to
the_event_region()
intact intemplate-tags.php
. Alterthe_event_region()
definition header in that file to:function the_event_region( $postId ) {
This adds the missing parameter. Can I get confirmation that this works?
Justin
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: The Events Calendar] missing state in the address’ is closed to new replies.