Title: [Plugin: Geo Mashup] Multiple Maps on same post
Last modified: August 19, 2016

---

# [Plugin: Geo Mashup] Multiple Maps on same post

 *  [nvassos](https://wordpress.org/support/users/nvassos/)
 * (@nvassos)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-geo-mashup-multiple-maps-on-same-post/)
 * hey guys, I am using this method to retrieve post info
 * <?php query_posts(‘map_cat=9’); ?>
    <?php echo GeoMashup::map(‘height=318&width
   =320&zoom=10&map_content=global’);?> <?php wp_reset_query(); ?>
 * I am making a tabbed box and I want each link to load a different category. I
   have been copying the same piece of code like the following changing the cat 
   i want but it doesn’t work.
 *  <div id=”content_1″ class=”content2″>
    <?php query_posts(‘map_cat=21’); ?> <?
   php echo GeoMashup::map(‘height=318&width=320&zoom=10&map_content=global’);?>
   <?php wp_reset_query(); ?> </div> <div id=”content_2″ class=”content2″> <?php
   query_posts(‘map_cat=20’); ?> <?php echo GeoMashup::map(‘height=318&width=320&
   zoom=10&map_content=global’);?> <?php wp_reset_query(); ?> </div>
 * am i doing something wrong, am i doing something wrong on the syntax.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Dylan Kuhn](https://wordpress.org/support/users/cyberhobo/)
 * (@cyberhobo)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-geo-mashup-multiple-maps-on-same-post/#post-1958311)
 * Continued here: [http://groups.google.com/group/wordpress-geo-mashup-plugin/browse_thread/thread/a2b391446f3ddb2c](http://groups.google.com/group/wordpress-geo-mashup-plugin/browse_thread/thread/a2b391446f3ddb2c)

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Geo Mashup] Multiple Maps on same post’ is closed to new replies.

 * ![](https://ps.w.org/geo-mashup/assets/icon.svg?rev=1631806)
 * [Geo Mashup](https://wordpress.org/plugins/geo-mashup/)
 * [Support Threads](https://wordpress.org/support/plugin/geo-mashup/)
 * [Active Topics](https://wordpress.org/support/plugin/geo-mashup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/geo-mashup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/geo-mashup/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Dylan Kuhn](https://wordpress.org/support/users/cyberhobo/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-geo-mashup-multiple-maps-on-same-post/#post-1958311)
 * Status: not resolved