I'm trying to use this plugin (V:1.3.2) to generate some additional class tags at the beginning and end of my navigation. The tags at the beginning of the list works just fine, unfortunately the tag for the last item does not work at all.
I've had a look about in the forum and there are a few people talking about this and I've seen some fixes for when people have nested sub-pages but the nav I am working on is very simple, just a single level with a custom sort order in place, my footer link looks like:
wp_list_pages('sort_column=menu_order&title_li=');
Can anyone suggest a fix?
Thanks,
Mark.