Using WordPress wp_nav_menu function you can display navigation menus on your site nicely. You can even add the separators between each navigation menu. It can be done by passing these arguments either “link_before, link_after” or “before, after” to your wp_nav_menu funtion. However, you might face the problem with adding separators between each navigation menu.
Let’s say you would like to add “|” between navigation menu links but do not want to show it after the last menu.
e.g.
Home | About Us | FAQs | Blog | <– you do not want this
So far wp_nav_menu function does not add any additional classes to the first and last of the navigation menus. But don’t worry to much about that because there is a trick to fix it. Just copy and paste below code to your functions.php
Put this into your functions.php
function nav_menu_first_last( $items ) { $position = strrpos($items, 'class="menu-item', -1);<br />
$items=substr_replace($items, 'menu-item-last ', $position+7, 0);<br />
$position = strpos($items, 'class="menu-item');<br />
$items=substr_replace($items, 'menu-item-first ', $position+7, 0);<br />
return $items;<br />
}<br />
add_filter( 'wp_nav_menu_items', 'nav_menu_first_last' );
Put this into your style.css or any css file you using.
.menu-item-last {<br />
display: none;<br />
}

I like the writing relevancy of your website and it does a pretty decent job of presenting the material.
I have been browsing temporarly just for a reasonable view that is related to this one topic . Browsing in Aol I now revealed this website. Looking at this information I’m lucky to convey that I get a fine feeling I discovered the very things I wanted. I will make certain to don’t forget this site and take a visit consistently.
A menu extra menu item menulet or status item in is a small icon or sometimes a word that appears at the right of the . There are many menu extras supplied with Mac OS X many independent 3rd-party menu extra applications and many more supplied with 3rd-party products most of which are installed from their parent application or system preferences pane and may remain dormant until they are notified of an event for example s menu extra will come and go when a is connected and disconnected .