Ways to give a wp_list_pages menu link specific class names?
Okay well in that case the way you’ve suggested in your question will not work as intended. It will put the same class on each <span>, that class would also be the post_name of the current page you are on. You do have two options that you can use, one being much easier than the … Read more