Forum

Thread tagged as: Blog

Only archive and tags related to a single category?

Hi,

I have a number of subpages, that show a single blog category:

perch_blog_custom(array(
    'category' =>'latest-books',
    'template' => 'latest_books_listing.html',
));

I'd like to show just the 'tags' and 'archive' links for a single category, instead of everything in the blog. Is this possible?

Stephen Meehan

Stephen Meehan 4 points

  • 3 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

I don't understand. What are the 'tags' and 'archive' links?

I mean is there a way to only display the perch_blog_tags() for a particular category.

And limit the output of perch_blog_date_archive_years() to a single category too?

Drew McLellan

Drew McLellan 2638 points
Perch Support

Ah, I see. No, there's not.

Ok, thanks anyway.

I'll add this as a feature request to your post about the Blog App.