Title: [Plugin: Pronamic Google Maps] adding map to a post
Last modified: August 19, 2016

---

# [Plugin: Pronamic Google Maps] adding map to a post

 *  Resolved [deepbevel](https://wordpress.org/support/users/deepbevel/)
 * (@deepbevel)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-pronamic-google-maps-adding-map-to-a-post/)
 * I can’t seem to figure out how to add a map to a post. It said something about
   the user being able to save the meta data but I can’t see how that’s done. Any
   advice?

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

 *  [Brainscrewer](https://wordpress.org/support/users/brainscrewer/)
 * (@brainscrewer)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-pronamic-google-maps-adding-map-to-a-post/#post-1795954)
 * Did you add the following code to one of your template files?
 *     ```
       <?php
   
           pronamic_google_maps(array(
               'width' => 290 ,
               'height' => 200
           ));
   
           ?>
       ```
   
 * You should add the code above to one of the following files within the loop.
 *  * single.php
    If you want to show the map on a single post page. * page.php 
   If you want to show the map on a page. * loop.php If you want to show the map
   on the posts overview page.
 * The good place to add the code is right after the `<?php the_content(); ?>` code.
 *  Thread Starter [deepbevel](https://wordpress.org/support/users/deepbevel/)
 * (@deepbevel)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-pronamic-google-maps-adding-map-to-a-post/#post-1795984)
 * I did, and it works, Thanks, I confused “post” with “comment” -again. So I suppose
   it works as it should.

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

The topic ‘[Plugin: Pronamic Google Maps] adding map to a post’ is closed to new
replies.

 * ![](https://ps.w.org/pronamic-google-maps/assets/icon-256x256.png?rev=3194044)
 * [Pronamic Google Maps](https://wordpress.org/plugins/pronamic-google-maps/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/pronamic-google-maps/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/pronamic-google-maps/)
 * [Active Topics](https://wordpress.org/support/plugin/pronamic-google-maps/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/pronamic-google-maps/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/pronamic-google-maps/reviews/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [deepbevel](https://wordpress.org/support/users/deepbevel/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-pronamic-google-maps-adding-map-to-a-post/#post-1795984)
 * Status: resolved