how to link to a category with custom permalinks…
-
Hi there,
I am working on my first custom theme, which is very simple, purposefully. I am trying to link to Categories with a menu of buttons in the header. I had it working fine in the initial local tester using the standard syntax<a href="index.php?cat=7">Category Title</a>
However for practical or visual reasons I would prefer for the permalink structure to be
/%category%/%postname%/
But what I have found, now, is that I am not sure how to link to the Category.
I thought it might be something like this
<a href="../index.php/Diary/">
but have found this to not work, as the address hierarchy does not represent physical directories on the server.
Can anyone help please?
- The topic ‘how to link to a category with custom permalinks…’ is closed to new replies.