• Resolved jsteve13

    (@jsteve13)


    Hello,

    Is it possible to have more than one page look like the home page? More specifically, I’d like The main picture and the service icons to show up on all my pages.

    Also, is there a way to add text below the icons on the front page?

    Thanks.

Viewing 1 replies (of 1 total)
  • Hi

    First use this code in top header in page.php

    <?php current_options=get_option('quality_options'); ?>

    Then

    If you use static banner and service icons in all pages
    Use below code in page.php.

    get_template_part('index', 'static'); 
    
    get_template_part('index', 'service');

    use this code on service section after This class <div class=”container”> in page.php

    Thanks.

Viewing 1 replies (of 1 total)

The topic ‘Duplicate Front Page’ is closed to new replies.