Created
January 24, 2014 22:42
-
-
Save rickalee/8608314 to your computer and use it in GitHub Desktop.
get_template_part for IDX Listing
This file contains 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
<div class="listing"> | |
<?php get_template_part( 'idx/single', 'gallery' ); ?> | |
<?php get_template_part( 'idx/single', 'title' ); ?> | |
<?php get_template_part( 'idx/single', 'price' ); ?> | |
<?php get_template_part( 'idx/single', 'description' ); ?> | |
<?php get_template_part( 'idx/single', 'data' ); ?> | |
<?php get_template_part( 'idx/single', 'disclaimer' ); ?> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment