How to add span tag into category or page navigation
We like to use rounded corners to highlight navigation using CSS sliding doors technique, don’t we?
To achieve this, each navigation item would need to be sorrounded by span tag. When we hard-code the navigation it’s not a problem, but when we have to use wp_list_categories or wp_list_pages, it’s becoming a problem.
Read more






