PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
geo-my-wp
/
posts-locator
/
search-forms
/
bigfields
<?php /** * Posts Locator "Big fields" search form template file. * * The information on this file will be displayed as the search forms. * * The function pass 1 args for you to use: * $gmw - the form being used ( array ) * * You could but It is not recomemnded to edit this file directly as your changes will be overridden on the next update of the plugin. * Instead you can copy-paste this template ( the "Big fields" folder contains this file and the "css" folder ) * into the theme's or child theme's folder of your site and apply your changes from there. * * The template folder will need to be placed under: * your-theme's-or-child-theme's-folder/geo-my-wp/post-locator/search-forms/ * * Once the template folder is in the theme's folder you will be able to choose it when editing the Posts locator form. * It will show in the "Search results" dropdown menu as "Custom: Big fields". */ ?> <?php do_action( 'gmw_before_search_form_template', $gmw ); ?> <div class="gmw-form-wrapper <?php echo esc_attr( $gmw['prefix'] ); ?> gmw-pt-form-wrapper gmw-pt-horizontal-big-form-wrapper"> <?php do_action( 'gmw_before_search_form', $gmw ); ?> <form class="gmw-form" name="gmw_form" action="<?php echo esc_attr( $gmw_form->get_results_page() ); ?>" method="get" data-id="<?php echo absint( $gmw['ID'] ); ?>" data-prefix="<?php echo esc_attr( $gmw['prefix'] ); ?>"> <?php do_action( 'gmw_search_form_start', $gmw ); ?> <?php do_action( 'gmw_search_form_before_address', $gmw ); ?> <?php gmw_search_form_address_field( $gmw ); ?> <?php do_action( 'gmw_search_form_before_locator', $gmw ); ?> <?php gmw_search_form_locator_button( $gmw ); ?> <?php do_action( 'gmw_search_form_before_distance', $gmw ); ?> <?php gmw_search_form_radius( $gmw ); ?> <?php gmw_search_form_units( $gmw ); ?> <?php gmw_search_form_post_types( $gmw ); ?> <?php do_action( 'gmw_search_form_before_taxonomies', $gmw ); ?> <?php gmw_search_form_taxonomies( $gmw ); ?> <?php gmw_search_form_submit_button( $gmw ); ?> <?php do_action( 'gmw_search_form_end', $gmw ); ?> </form> <?php do_action( 'gmw_after_search_form', $gmw ); ?> </div><!--form wrapper --> <?php do_action( 'gmw_after_search_form_template', $gmw ); ?>
[+]
..
[-] content.php
[edit]
[+]
css