Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8610
    elli
    Member

    Hi,I am now using Catch Everest theme and it’s really great.
    I wonder whether there is a way to hide the Footer Area, as I’d like to show them in homepage instead of every page.
    One more question,I want to put all my posts into one page,and I did set my “News” Page as the post page in [Setting]——[Reading]——[Front page displays],but nothing came out on my “News” page.Did I miss any steps?

    Thanks in advance,
    Elli

    #8658
    Sakin
    Keymaster

    @elli: Do you mean to hide the footer widgets in other pages and only keep in homepage. Then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #footer-sidebar { display: none; } 
    .home #footer-sidebar { display: block; }

    Don’t need to change settings in Reading. Keep it as the default the latest post only. If you are using latest version of Catch Everest theme then we have added “Blog” Template which you can assign it for any page. For that, just edit your News page and on right side you will see “Page Attribute” box from there you can select Template as blog.

    #8683
    elli
    Member

    Hi Sakin,thank you for the solution,it works perfectly.
    REALLY appreciate you for this amazing theme!:)

    #8695
    Sakin
    Keymaster

    @elli: thanks a lot for your appreciation.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide footer area & Posts page’ is closed to new replies.