Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter webento

    (@webento)

    Dear Marco,
    I solved the problem keeping each page apart. I included them into the homepage as follow:

    get_header(); ?>
    
    		<?php get_template_part( 'your page' ); ?>
    
    		<?php get_template_part( 'your page'  );?>
    
    		<?php get_template_part( 'your page'  ); ?>
    
    		<?php get_template_part('your page'  );?>
    
    <?php get_footer(); ?>

    Remove from each page the header and the footer, leaving only the loop.
    Hoping this help!
    Fabiana

    Thread Starter webento

    (@webento)

    Dear TrishaM,
    thank you for your reply. I need 5 different pages because I have 5 different layout pages (with their own classes, ids,etc…), so I can not put everything in one page.
    Fabiana

Viewing 2 replies - 1 through 2 (of 2 total)