liza_bm
Member
Posted 2 years ago #
Hello,
i'm using wordpress 2.9.2 and the plugin MapPress Easy Google Maps it's working fine for me but my site layout is having two sepatate columns to show two different pages.
so i have a contact form at the left side and i must show the google map at the rigth side i tried to use this
<?php echo do_shortcode('[mappress]'); ?>
but it gives me nothing.. what is the problem here...
thanks
can anyone help me here... please?
i discovered that it is working if only i'm on it's page .. i mean that i have a page called map and after this code <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
i added my code <?php echo do_shortcode('[mappress]'); ?> it wored finr but i don't want this case.. my case is i have a contact us page and i'm calling the map page beside it and i need to show the map there but it is not working.. is there something missing?