• Hi,

    my site is: http://blogmd.netai.net

    At the top of my page I have a horizontal navigation bar of my pages.
    It includes “Blog”, “Ik ben”, “stoppen met roken” and “contact”
    note: Blog = Home (but my theme allowed me to change the name :-))

    In my right sidebar I applied the standard widget for pages but that one doesn’t include the “Blog”.

    How do I make that happen? Are there any plugins? any scripts? Any other ways to display a menu in the sidebar?

    Thx in advance

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try editing the template for your right sidebar and add:

    <li<?php if( is_home() ) echo ' class="current_page_item"';?>><a href="<?php bloginfo('url');?>">Blog</a></li>

    just before <?php wp_list_pages();?>.

    Thread Starter blogmd2

    (@blogmd2)

    Hi, I would like to try that but i can’t seem to find the template for my sidebar? Could it be hidden in a more general template?

    the theme btw is: Atahualpa 3.4.4 and is downloadable here:
    http://wordpress.org/extend/themes/atahualpa

    Hope you can tell me where to find it?

    Cheers

    Try sidebar.php

    Thread Starter blogmd2

    (@blogmd2)

    That would have been to easy 🙂

    The file isn’t there so thats why I asked if it could be stocked in another file…

    Cheers

    Thread Starter blogmd2

    (@blogmd2)

    *Refresh*

    Can someone please go through the theme and search where the php-configuration for the sidebar is? I’m not really into coding myself…

    If you can provide me with something to look for i’m willing to do it myself…

    Thank you

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

The topic ‘Menu in Sidebar’ is closed to new replies.