How to show the footer-wrapper (footer widgets) only on one page

Discussion in 'BizWay WordPress Theme' started by blbyrd, Feb 10, 2013.

  1. blbyrd

    blbyrd New Member

    Joined:
    Jan 16, 2013
    Messages:
    1
    Likes Received:
    0
    I need to remove the footer-wrapper (area with 4 widgets) from all of the pages expect one, "Contact Us' page. The following CSS code removes it from every page..

    .footer-wrapper .footer{
    display:none;
    }
     
  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    For that you have to remove the following code "<?php get_footer(); ?>" from the following files

    blog.php
    front-page.php
    page.php
    single.php
    template-fullwidth.php
    template-gallery.php

    You will get all these file in your theme directory or you can also search in your dashboard. Go to "Appearance -> Editor" you will get the files there.

    It will show the footer only in "Contact Us" page.
     

Share This Page