[Plugin: Basic Google Maps Placemarks] Shortcode error/not valid category
-
I have just updated and am setting the location and height and width of the map but I get this error:
Basic Google Maps Placemarks shortcode error: is not a valid category
I did need to add this:
function bgmpShortcodeCalled()
{
global $post;if( is_front_page() || is_home_page() )
add_filter( ‘bgmp_map-shortcode-called’, ‘__return_true’ );
}
add_action( ‘wp’, ‘bgmpShortcodeCalled’ );to my functions.php to get the map to show up on my homepage. Not sure if this has anything to do with it at all.
But now I won’t show up any more:-(
http://ww.wp.xz.cn/extend/plugins/basic-google-maps-placemarks/
The topic ‘[Plugin: Basic Google Maps Placemarks] Shortcode error/not valid category’ is closed to new replies.