Created
July 31, 2015 21:09
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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