• Hello,

    I am working on my new website staging.pechepetite.com and it is a single page site with one additional blog page. I created a menu for the main page under Appearance and it works great, however, once I navigate to the blog page, the menu links do not work. The page goes blank and reads “about:blank” in the browser.

    Where do I set up the menu for this separate page? I could create another menu but I don’t see how I would add that to the blog page.

    Please help! Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Here’s goes the problem, your using the anchor #ID where used to be in the Homepage any goes around will not be seen as what on blog page problem is.

    My solution for this is to make the Home link to its page(homepage), then used css to display:none the rest of menu excepts HOME and FAQs are shown.

    Thread Starter cakequeen

    (@cakequeen)

    Yes I knew the anchor #ID was partially to blame.

    OK, I set the Home link properly and that’s a go.

    Where do I edit the code – specifically what file, what line, and what code.
    If I update the theme, will this amendment disappear?

    Thank you for your help!
    I am very talented at making cakes, not so much at making websites.

    if your using a theme then look for a custom css
    or
    go to your Dashboard > Appearance > Editor > on the right pane click style.css
    Note: Make sure make a back up of your style.css

    .blog nav ul li:nth-child(2),
    .blog nav ul li:nth-child(3),
    .blog nav ul li:nth-child(4),
    .blog nav ul li:nth-child(5){display: none;}
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How To Set Up Menu on Blog Page’ is closed to new replies.