Reply To: No Maps are showing

Home Forums MapPress Support No Maps are showing Reply To: No Maps are showing

#12252
Chris
Keymaster

    Hi,

    Sometimes it looks like the wp_footer() call is there, but it doesn’t actually run for a particular post/page.

    Try putting this right above it to see if it’s actually output:

    <?php echo “FOOTER HERE!”; ?>