It seems that when you click a tag it should reload the Blog List page to display only posts with clicked tag. Right now it seems to reload the page, but nothing about the listed content changes. The current a tag is as follows...
<a href="{{ parent|replace({':filter?': 'tag', ':slug?': tag.slug}) }}">{{ tag.name }}</a>
Is there something I can adjust, or is something maybe not working correctly?
hmmm. looking into this. Have you made sure the component is set correctly as well as the ProBlog settings ?
Is it possible that already having a filter set on the bloglist component prevents URL filters from working?
yes...that would do that. So Ideally you would have another page just called /blogsearch and point those components to that. But I may need to prefix the partials with SELF.
ChadStrat
Last updated
1-4 of 4