• Resolved lawtonan

    (@lawtonan)


    Hi All,

    So I wanted to make a static page the home page at https://www.opalresearch.com/ . I was successful…however, as you can now see, I have two “HOME” options on the menu bar, both going to where they’re supposed to be going. However, in my admin dashboard, there is only one page called “HOME” listed. How can I remove duplicate?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’ll need to edit your themes header.php, find the line with this code or similar

    <li class="page_item"><a href="<?php echo get_settings('home'); ?>/" title="Home">Home</a></li>

    and remove the word Home between the > <

    Thread Starter lawtonan

    (@lawtonan)

    That’s great, it worked — that’s alot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Home Page Troubles!’ is closed to new replies.