• Resolved eddy180

    (@eddy180)


    For my menu, i use this tag:

    <?php wp_page_menu('show_home=1&exclude=5,9,23&menu_class=page-navi&sort_column=menu_order '); ?>

    So now my menu looks like this:
    Home About Contact Archive

    Now I want to add after every menu/page item a extra tag:
    <li > | </li >

    So it has to look like this:
    Home | About | Contact | Archief

    How do I do this?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding text to a tag’ is closed to new replies.