• Hi,

    I would like to add a FB and Twitter button on my navigation bar, and of course center the buttons and push them on the right side of the nav bar, and I can’t manage either…. Any ideas?

    Also, my navigation bar is now set up as a category list, but in reality there are no categories, there are manually entered pages, does it matter? does it make the code “dirty”?

    My website is bilinguepergioco.com, here’s the relevant code:

    <div class=”menu”>
    <ul class=”sf-menu”>
    <!– ?php wp_list_categories(‘orderby=name&title_li=’);
    $this_category = get_category($cat);
    if (get_category_children($this_category->cat_ID) != “”) {
    echo ”

      “;
      wp_list_categories(‘orderby=id&show_count=0&title_li=&use_desc_for_title=1&child_of=’.$this_category->cat_ID);
      echo “

    “;
    }
    ? –>

    <?php $bpgh=get_bloginfo(‘url’);?>
    <li class=”cat-item”>“>Home
    <li more classes like the above>

    </div>

    <?php>

    Thank you very much!
    Letizia

  • The topic ‘button on navigation bar’ is closed to new replies.