Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Last active August 29, 2015 14:15
Show Gist options
  • Save bhubbard/b198e5d3b578ddae3000 to your computer and use it in GitHub Desktop.
Save bhubbard/b198e5d3b578ddae3000 to your computer and use it in GitHub Desktop.
A blank IDX Broker Dynamic Wrapper Template
<?php
/*
* Template Name: IDX Broker
* Description: This template is used to create Dynamic Wrappers for IDX Broker.
* Documentation: http://kb.idxbroker.com/Knowledgebase/Article/View/108/0/dynamic-wrapper-setup-instructions
*/
?>
<?php get_header(); ?>
<div id="idxStart"></div>
<div id="idxStop"></div>
<?php // get_sidebar(); ?>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment