In some themes, auto-adding the map may not work. Or you may want to do it this way for your reasons, especially if you’re a php coder.
Don’t know anything about code? Skip this post..
To use a manual tag in your single post templates instead of automatically adding the single post map,
configure in the plugin admin panel the option named Single posts: map position to MANUAL setting
and then use the php code:
<?php if (function_exists(romeluv_single_map)) echo romeluv_single_map(”); ?>
Beware of the ”…
