• Hi guys,

    I use the menus to manage my site naviagion menus,
    <?php
    wp_list_pages(array(
    ‘child_of’ =>
    ‘title_li’ => ”,
    ‘link_before’ => ‘<span>’,
    ‘link_after’ => ‘</span>’,
    ));
    ?>
    and there is a problem for me is if the first and last one tabs are different to other middle tabs such as rounded corner.

  • The topic ‘First one and last one for menus’ is closed to new replies.