WP Navigation
-
Hi,
as you probably know you can edit the menu
so this is the default:
<?php $defaults = array( 'theme_location' => , 'menu' => , 'container' => 'div', 'container_class' => , 'container_id' => , 'menu_class' => 'menu', 'menu_id' => , 'echo' => true, 'fallback_cb' => 'wp_page_menu', 'before' => , 'after' => , 'link_before' => , 'link_after' => , 'depth' => 0, 'walker' => ); ?>
what if I want a seperation character | and i want to add a class. Can somebody give me the example?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘WP Navigation’ is closed to new replies.