Title: Shortcode for the search
Last modified: August 21, 2016

---

# Shortcode for the search

 *  Resolved [cloudduster](https://wordpress.org/support/users/cloudduster/)
 * (@cloudduster)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/shortcode-for-the-search/)
 * Instead of the search widget, is there a shortcode equivalent? I’d like to put
   the search on a page as well.
 * Thanks.
 * [http://wordpress.org/plugins/geo-mashup/](http://wordpress.org/plugins/geo-mashup/)

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

 *  Plugin Author [Dylan Kuhn](https://wordpress.org/support/users/cyberhobo/)
 * (@cyberhobo)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/shortcode-for-the-search/#post-3974992)
 * There isn’t a shortcode currently, but you can put a widget in a page template
   with code like this:
 *     ```
       <?php
       the_widget( 'GeoMashupSearchWidget', array(
       	'radius_list' => '10,50,100,300',
       	'results_page_id' => 303,
       ) );
       ?>
       ```
   
 *  Thread Starter [cloudduster](https://wordpress.org/support/users/cloudduster/)
 * (@cloudduster)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/shortcode-for-the-search/#post-3975129)
 * Thanks.

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

The topic ‘Shortcode for the search’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [cloudduster](https://wordpress.org/support/users/cloudduster/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/shortcode-for-the-search/#post-3975129)
 * Status: resolved