• Hi guys,

    I’ve been asking all my friends and even google, but noone could help me. Maybe you can.
    I’m trying to create a single page layout for my theme, but I can’t figure out how to have several pages within one page. My page contains 4 divs and each div should contain a different page(_id).
    Something like this:

    <div id="single_layout_box">
    < --- here goes page no. 1 --->
    </div>
    <div id="single_layout_box">
    < --- here goes page no. 2 --->
    </div>
    <div id="single_layout_box">
    < --- here goes page no. 3 --->
    </div>
    <div id="single_layout_box">
    < --- here goes page no. 4 --->
    </div>

    Can you please help me with that?

  • The topic ‘One page that contains 4 pages in 4 different divs’ is closed to new replies.