I wanted the Pronamic Google Maps to show up AFTER each post (when selected during adding a post.) So I modified loop.php (I guess this is the file to modify to have a map show up in Each post?)
As recommended, I added the following code right after the <?php the_content(); ?>
<?php
pronamic_google_maps(array(
‘width’ => 725 ,
‘height’ => 3250
));
?>
When I do this, the maps do not show up on any of the posts.
If I add the code after:
<?php while ( have_posts() ) : the_post(); ?>
That is the only time the map shows up — but right before the post — and I don’t want that.
Please tell me Exactly where to put the code so, the map shows up — after any attached pictures I’ve added to the post — and right before the social network buttons that appear at the bottom of each post.
Furthermore, you have instructions that say:
If you want to display the GEO microformat with the latitude and longitude information you should call the following function in your template:
<?php pronamic_google_maps_geo_microformat(); ?>
Would I put the above code in loop.php if I want maps to show up in each post? Exactly where would I put the above code?
Please help.
Thanks!
Blog is located at: