I would like to have the currently displayed Page or Recent post highlighted with CSS.
Something like this:
PAGES:
...Home
...About <--current page
...Contact
RECENT POSTS:
...post1 <-- current post the user is seeing.
...post2
...post 3
I used to accomplish that assigning an unique id to the body
tag to make each page unique for CSS, and change the color of the navigation link.
In word press, for instance, all the recent posts are using the same body so I can't figure out how to do it.
Any suggestions?