Skip to content

Instantly share code, notes, and snippets.

@rickalee
Created January 24, 2014 22:42
Embed
What would you like to do?
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