Skip to content

Instantly share code, notes, and snippets.

@rickalee
Created January 24, 2014 22:42
Show Gist options
  • Save rickalee/8608314 to your computer and use it in GitHub Desktop.
Save rickalee/8608314 to your computer and use it in GitHub Desktop.
get_template_part for IDX Listing
<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