Delimit number of linked categories
-
Hello,
I am using the following code to show all the categories the blog entry is linked to.
<?php foreach((get_the_category()) as $cat) { echo ‘<tr><td>cat_ID . ‘”>’ . $cat->cat_name . ‘</td></tr>’; } ?>
My horse blog has over 200 categories and I want to reduce the number of shown categories at a blog entry. For exeample:
My entry is connected to the categories 1, 2, 3, 4, 5, 6, 7, 8, 9 and 10. Is there possible that just the categories 3-8 are shown within my blog entry altought this entry is linked to more categories?Please help me guys!!!
Jenny
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Delimit number of linked categories’ is closed to new replies.