Title: Adding the map with PHP
Last modified: August 22, 2016

---

# Adding the map with PHP

 *  Resolved [Christopher Nowlan](https://wordpress.org/support/users/christopher_nowlan/)
 * (@christopher_nowlan)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/adding-the-map-with-php/)
 * Is there a way to add a map with PHP and not a shortcode so that I can add it
   to a page template.
 * [https://wordpress.org/plugins/wordpress-google-maps/](https://wordpress.org/plugins/wordpress-google-maps/)

Viewing 1 replies (of 1 total)

 *  Plugin Support [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/adding-the-map-with-php/#post-5464440)
 * Hi [@christopher_nowlan](https://wordpress.org/support/users/christopher_nowlan/),
 * I hope you are well today and thank you for your question.
 * You can use any shortcode in your page template by using the WordPress function
   [do_shortcode](http://codex.wordpress.org/Function_Reference/do_shortcode) as
   displayed below.
 *     ```
       echo do_shortcode( '[map id="12"]' );
       ```
   
 * Find more information about this functions on the following page.
 * [http://codex.wordpress.org/Function_Reference/do_shortcode](http://codex.wordpress.org/Function_Reference/do_shortcode)
 * Please advise if you have more questions.
 * Cheers,
    WPMU DEV

Viewing 1 replies (of 1 total)

The topic ‘Adding the map with PHP’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wordpress-google-maps_f1efd3.svg)
 * [Google Maps All In One](https://wordpress.org/plugins/wordpress-google-maps/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-google-maps/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-google-maps/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-google-maps/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-google-maps/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-google-maps/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/adding-the-map-with-php/#post-5464440)
 * Status: resolved