• How would one go about creating a “you are here” indicator?
    WP would have to insert some html in the active selection. For instance in a category list:


      The category “Movies” has been selected and set to active. A visual effect can easily be achieved by adding some CSS:

      .active { background:pink; }

      Could this be done with archive months as well? I guess the code goes into template-functions-general.php? Or does someone know of a hack that does this already?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘“you are here” indicator?’ is closed to new replies.