• Resolved willmadd

    (@willmadd)


    Hi, Another question. I’ve been using your plug in, but long story short I need to insert a map in a category page where I wordpress won’t show me any options to customise my map. I’ve worked out I can just put custom short code in (example below)

    [codepeople-post-map cat=”66″ center=”40.7127837,-74.00594130000002″]

    Do you have a full list of short code I can use to customise my map (zoom level etc)

    Let me know if that dosn’t make sense

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @willmadd,

    If you want to display the map in the categories pages, you should insert the shortcode directly in the corresponding template file of the theme active in your website, with the piece of code:

    <?php print do_shortcode('[codepeople-post-map cat="66" center="40.7127837,-74.00594130000002"]'); ?>

    You can check the complete list of the shortcode’s attributes in the following link:

    http://wordpress.dwbooster.com/content-tools/codepeople-post-map#attr

    Best regards.

    Thread Starter willmadd

    (@willmadd)

    That’s perfect! Just what I was after! Thanks for your help!

    Plugin Author codepeople

    (@codepeople)

    Hello @willmadd,

    It has been a pleasure.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Short Code Links’ is closed to new replies.