Message Text |
In the past I could put
<a href="index.php?action=displaycat&catid=3"> In my template and it would get rewritten to /catname
I think I remember you talking about how the example is no longer going to get re-written. My question is, if I want to hard code a link to a specific category, do I have to:
<a href="catname">Catname</a> The con is that I used to be able to move the category to the top, or change parents and the links would automatically work and get re-written correctly. Now if I change a cat location I would have to go around and change all the links to it.
|