• Resolved kawika07

    (@kawika07)


    Hi Folks,

    Maybe someone here can help … I am using the techozoic theme which I love … very customiable … however I created a “page” (home) and made it my static homepage but now the theme has 2 homepage navigation tabs.

    https://www.EssentialWordpressSkills.com

    Does anyone know how I get rid of one of the tabs and still keep a static homepage?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • find your static page id
    open theme’s header.php
    and look for
    <?php wp_list_pages('title_li=&depth=4&sort_column=menu_order'); ?>

    add an exclude like so

    <?php wp_list_pages('title_li=&depth=4&sort_column=menu_order&exclude=44'); ?>

    where 44 would be your actual static page id

    Thread Starter kawika07

    (@kawika07)

    That was sheer genius! Thanks Samboll!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Techozoic Theme and duplicate homepage tabs’ is closed to new replies.