• mrblues

    (@mrblues-1)


    Hi, theme wants to use its own homepage content and I can′t use regular page instead, is there a solution to remove all homepage content and just use regular page as homepage?

    Cheers

    mrblues

Viewing 1 replies (of 1 total)
  • Hello,

    You’ll need to edit template-front-page.php which is located in the theme’s folder.

    Open the file and remove the following.

    
    <!-- FEATURED BOXES SECTION -->
    <?php get_template_part('includes/front','featured-boxes-section'); ?>
    
    <!-- AWESOME PARALLAX SECTION -->
    <?php get_template_part('includes/front','parallax-section'); ?>
    
    <!-- CLIENTS-LOGO SECTION -->
    <?php get_template_part('includes/front','client-logo-section'); ?>
    

    The first two are located at the top and the last one is located at the bottom.

    • This reply was modified 7 years, 10 months ago by rickykpg.
    • This reply was modified 7 years, 10 months ago by rickykpg.
    • This reply was modified 7 years, 10 months ago by rickykpg.
Viewing 1 replies (of 1 total)
  • The topic ‘Change homepage to regular page’ is closed to new replies.