Hi there,
I am wondering if there's a function that allows me to dynamically generate a link back to a base category from an individual post in that category.
For example, my base category is:
http://mysite.org/news/2009/02/05/
I would like to dynamically create a link at the bottom of each individual post in that category that goes back to the base, so a link from:
http://mysiteb.org/news/2009/02/05/interesting-post/
...goes back to...
http://mysite.org/news/2009/02/05/
I guess I would need a function that grabs the base category and writes it out in each single.php and just wrap it in an tag?
Thanks so much for any suggestions.
Moose