trying to add synchronization tags to awake theme so that the site will automatically update each time the navigation or a new page is added. Here are the directions given by idxbroker:
1. Find the HTML tag called <div class="contentArea">. This tag is sometimes referred to as the "opening wrapper" because it wraps the content area of the page in a way the separates the content from the header and footer content of the site. It's usually located directly below the "get_header();" function.
2. add <?php echo idx_start(); ?> DIRECTLY BELOW the contenarea tag
3. find the closing </div> for the contentArea tag, Place <?php echo idx_stop(); ?> directly above the closing </div> tag.
tried to add the code, but got error messages and the theme/images of the site were unable to display properly. Which is the propper function to add these synch codes to in the awake template?













