Tagged Questions
1
vote
1answer
204 views
Parent Category link to its sub categories on different page
I am creating a magazine style wordpress site. We have multiple issues which will be parent categories and these will have around 3-5 sub categories. Every quarter we will create a new issue with new ...
0
votes
1answer
1k views
get_query_var() and permalinks
I have a permalink structure that looks like this,
%category%/%postname%
I have a category.php template coded up and and trying to pull of the post of a certain category, so for example my URL may ...