Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Dylan Kuhn

    (@cyberhobo)

    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

    (@cloudduster)

    Thanks.

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

The topic ‘Shortcode for the search’ is closed to new replies.