Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Same problem here, if anyone has a solution, please let me know!

    Thread Starter michielstax

    (@michielstax)

    Hi,

    Fixed it indeed. I don’t know if it is the right way, but I installed the menu buttons manually with a bit of code I found on another blog with the same theme. And.. it worked!

    This is the code (to be found in ‘header.php’)’:

    <!-- Navigation -->
        <ul id="menu-navigation" class="sf-menu"><li id="menu-item" class="menu-item menu-item-type-custom current-menu-item current_page_item menu-item-home menu-item"><a href="https://www.michielstax.nl/blog/">home</a></li>
    <li id="menu-item" class="menu-item menu-item-type-post_type menu-item"><a href="https://www.michielstax.nl/blog/over">over</a></li>
    <li id="menu-item" class="menu-item menu-item-type-post_type menu-item"><a href="https://www.michielstax.nl/blog/category/blog">blog</a></li>
    </ul>

    Because this is done manually, you can’t update or add any links via the wordpress cms.

    Hope this helps! Good luck!

Viewing 2 replies - 1 through 2 (of 2 total)