Maybe its lack of sleep but I can’t figure out the best way to do this.
I want a list of articles from the current articles category, but a different weblog, to be displayed sorted in separate lists by year.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
July 08, 2007 7:24am
Subscribe [2]#1 / Jul 08, 2007 7:24am
Maybe its lack of sleep but I can’t figure out the best way to do this.
I want a list of articles from the current articles category, but a different weblog, to be displayed sorted in separate lists by year.
#2 / Jul 08, 2007 12:36pm
Not sure if you’re on a single entry page, a category page or what- so that will impact the details. But I think the basic logic would be- specify the weblog in the parameter, specify the cat either in the parameter (in which case you’ll need to grab it out ‘however’- then just use the date heading tag to put a yearly header in there- entries sorted by entry date.
If you’re on a category page- the category stuff will be handled dynamically. If you’re on a single entry page- I’d try the related categories mode parameter- think it should do the trick.
So- depends a bit- but does the above make sense?