Hi,
I have a blog tree with a few blog holders below it and each blog holder has a set of associated tags.
The root of the blog tree is accessed with the url:
domain.com/articles/
and the holders are then below that root.
If I select one of the holders then I get a page listing the blog entries under that holder, and the sidebar includes a list of tags and archive dates relevant to that holder. Each article also has its tags listed below its title.
Up to this point, and then clicking a title to get to an individual entry is working completely as expected.
However, if I click one of the tags, or an archive month, then all I get is the listing of _all_ entries under a specific blog holder, regardless of whether it satisfies the tag or date filtering request.
The tag filtering url is of the form:
domain.com/articles/holder_name/tag/tagname
and the date filtering url is of the form:
domain.com/articles/holder_name/date/yyyy/mm
Both of these look to me to be as expected, so the fact that they do not work suggests some other problem... but what? I have no idea.
The result in both cases is that I just get the full unfiltered list of entries under the specified holder.
Do I need to add code to the BlogHolder.php file? I was expecting this to work out of the box... Other than running the blog under a differently named root ('articles'), and placing copies of the templates into mytheme_blog/templates folder, the code is very much as provided in the 0.4.0 download (running under SS 2.4).
Any ideas? Things I need to check.
Cheers
Rob
/edited for spelling/