Landing Page

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #22962
    marciaanne
    Member

    How do I add a landing page?

    #22963
    Veena
    Moderator

    Pls go to Settings > Reading and set front page .

    #22972
    marciaanne
    Member

    Hi, thanks for getting back to me so quickly. I actually don’t want it to be the front page. I really would just like to be able to add another page layout or template page that doesn’t have the header or footer. It will still be a subpage on the website.

    #22976
    Veena
    Moderator

    You can hide the header and footer of a particular page by adding custom CSS in themeoptions .
    eg:

    .page-id-6920 #header {
        display: none;
    }
    .page-id-6920 #footer {
        display: none;
    }
    .page-id-6920 #footer-bottom {
        display: none;
    }
    

    You need to replace 6920 with your page id .

    #22990
    marciaanne
    Member

    Thank you!! I got it!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Landing Page’ is closed to new replies.