[Plugin: WP Geo] Bizarre Archive Page Map and Widget Issue
-
Hello there
Bit of an odd issue I’ve discovered when using the following code in a custom post type archive:
<?php if ( isset($wpgeo) ) $wpgeo->categoryMap(); ?>
Placed in or outside the loop*. This code ONLY works when the Contextual Map widget is added to a sidebar (that isn’t even called into the site, just sat there in the admin panel).
When the widget isn’t in the sidebar the map isn’t there, just an empty box.
Not sure why this would be?
*If I place it INSIDE the loop, I get the map once and an extra empty map rectangle for every post in the archive. Very odd.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: WP Geo] Bizarre Archive Page Map and Widget Issue’ is closed to new replies.