Home › Forums › MapPress Support › No Maps are showing › Reply To: No Maps are showing
April 15, 2013 at 7:07 pm
#12252
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!”; ?>