Skip to content

Instantly share code, notes, and snippets.

@andypotanin
Created July 31, 2015 21:09
Show Gist options
  • Select an option

  • Save andypotanin/aaf3e29edf3bfe49110a to your computer and use it in GitHub Desktop.

Select an option

Save andypotanin/aaf3e29edf3bfe49110a to your computer and use it in GitHub Desktop.
This is some WordPress theme template file that demonstrates the use of "do_shortcode" to render a Property Search element for WP-Property.
<?php
/**
* This is some WordPress theme template file that demonstrates the use of "do_shortcode"
* to render a Property Search element for WP-Property.
*/
?>
<!-- some HTML may go here -->
<?php echo do_shortcode( '[property_search searchable_attributes="bedrooms,bathrooms" per_page=10]' ); ?>
<!-- more HTML or whatever -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment