Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] place start and stop tags around main content area. (http://forum.bytesforall.com/showthread.php?t=8949)

RealtorNathan Aug 16, 2010 02:27 AM

[SOLVED] place start and stop tags around main content area.
 
Hello, I am using IDX broker to incorporate real estate data from my MLS.

Synchronization tags tell IDX Broker how to extract the header and footer from my blog in order to automatically integrate my blog design into the IDX pages.

They say I need to place my start tag right after the opening div tag for the main content area of me theme, and I want to place the stop tag right before the closing div of the main content area. They that the opening and closing divs are usually in the index file, but may be in the header and footer files for some themes.

I cannot find any div tags, and everwhere in this forum I read that I should not change any of the files.

I am using ATA 3.5.3 and wp 3.0.1

Any help would be appreciated.

www.realtornathan.com is the site I am working on.

juggledad Aug 16, 2010 07:33 AM

Atahyalpa doesn't have an opening <div> tag in the center area because the center area is a table. However you can add one in at ATO->Style & edit CENTER COLUMN and you probably want to add the plugin code above and below the loop there.

RealtorNathan Aug 16, 2010 12:20 PM

Hi,

Thanks for the reply. Is there anywhere in particular I should place the tags:

Code:

<?php echo idx_start(); ?>
Code:

<?php echo idx_stop(); ?>
I have tried to put them everyone I can think of, and I just keep getting an error. Do I need to add div tags, or can I just place the start/stop tags?

I hope this is not a bother, but I have been working at this all morning to no avail and my content provider will not provide support on theme-specific tagging.

Thanks again:confused:

RealtorNathan Aug 16, 2010 02:22 PM

Hi,

I entered the following two lines BEFORE any other code in the before loop area:

Code:

<div id="entrycontent">
<?php echo idx_start(); ?>

and the following to lines AFTER any other code in the below loop area:

Code:

<?php echo idx_stop(); ?>
</div>

Thanks to juggledad and Rosie at IDXBroker for the help.
:)


All times are GMT -6. The time now is 10:45 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.