wp_nav_menu before doesnt work
-
hey, i tried to add an img before the link in the menu with “before” attribute but for some reason it doesnt add it (link_before works, but its in the
<a>
tag).anyway, here is the code:
<?php wp_nav_menu( array( 'container_class' => 'navi', 'menu_class' => 'navi', 'before' => '<img src="style/images/tree.png" alt="sds" />', 'theme_location' => 'primary' ) ); ?>
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘wp_nav_menu before doesnt work’ is closed to new replies.