I can't seem to find a simple custom walker tutorial. they all do something more in depth than I need. I'm looking for an example to simply add a span between each link in my nav.
Anyone know where i can find something like that?
I want to have something like
<span class="this">--</div>
Between each link. I'd use link_before or link_after, but I want it outside the anchor tags.
Thanks.