Last active
August 29, 2015 14:15
-
-
Save bhubbard/b198e5d3b578ddae3000 to your computer and use it in GitHub Desktop.
A blank IDX Broker Dynamic Wrapper Template
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 | |
/* | |
* 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