Separate links group for each initial page of category
-
Hi!
I have such a strange desire: to have different links categories displayed for different posts categories.
My opinion, that it is easy to do using cat_ID
<?php
$catid = get_the_category();
$catid = $catid->cat_ID;wp_get_links($catid);
?>
(correct me if I’m wrong)But how I can put it only on the first category page, where last (most recent) posts are located?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Separate links group for each initial page of category’ is closed to new replies.