Multiple sections on one page

3 posts by 2 authors in: Forums > CMS Builder
Last Post: November 24, 2009   (RSS)

By lisadye - November 18, 2009

I'm not sure how to ask this question but here goes. I have designed a home page for a realtor and I want her to be able to manage her home page content AND listings which will appear down the right side of the page. I can get the home page content to be editable with no problem but I can not get the listings to show in addition. I can't figure out how to paste the two different sets of code in to one page. Should I use a frame for the listings instead? I really hate frames and was hoping to avoid it if at all possible. Not a programmer here so go easy on me with the tech talk ok ? :)

See attached photo for visual. Thanks in advance for any help!
Attachments:

joan_sold.gif 169K

Re: [lisadye] Multiple sections on one page

By Donna - November 19, 2009

Hi Lisa!

Nope, definitely no need to use frames. There are a few different ways you can set this up, though. The easiest method is to simply put your listing code into a separate page (like you would with a frame) but instead of using frame code to pull that in, pull it in with an include.

So, if you setup the listings in a different file called "listingsList.php", your include code would be:

<?php include("listingsList.php"); ?>

This makes it super simple to include on any other page as well.

Give that a try and let me know how it works for you. :)
Donna

--
support@interactivetools.com