Hi Andrew,
you need to place the according shortcode in the post, page or widget where you want the map to appear. For basic usage please see https://www.mapsmarker.com/docs
best,
Robert
Thanks Robert –
I’m brand new to this… I took a look at your link & tried posting the shortcode a few different places but couldn’t get it to show up.
I have created one marker and it is indeed marker 1 (makes sense) and I pasted the shortcode:
<?php echo do_shortcode(‘[mapsmarker marker=”1″]’); ?>
That said.. I’m sure I just don’t know where it actually goes!
Help greatly appreciated!
cheers
Andrew
the code you posted needs to be used within template files. If you just want to add a map to a post for example, please use the following shortcode within the editor:
[mapsmarker marker=”1″]
best,
Robert
Thanks again Robert – I do want it in the template since it’s the primary purpose of the page I’m putting it on.
I’ll see what I can find…
well, then the code should be correct if you want to use it within a template file…
Got it!
In my case I’m using a theme plugin that has the ability to add a block for widgets; in this case, I needed to add a standard text block and add it there.
That was pretty easy 🙂
regards
Andrew