Forums
(@myriadp)
13 years, 9 months ago
OK – this is how I managed to get it to work:
<a href="/category/<?php foreach( get_the_category($post->ID) as $cat ) { echo $cat->slug; }; ?>/feed">
This is in the single.php