When I was redesigning this site using WordPress I noticed those sneaky developers had added a class to the current page. If you notice the current page list item tag now has “current_page_item” as an additional class definition, which turns out to be really helpful when using WordPress as a CMS. What’s so cool about that you might ask? Well it allows you to target the navigation class to apply different style to it without adding your own php to the mix, so your visitor can see which page or section of your website they are on. Excellent!