Adding text to a tag
-
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 ArchiveNow I want to add after every menu/page item a extra tag:
<li > | </li >So it has to look like this:
Home | About | Contact | ArchiefHow 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.