On the Category Archive Page for category "Space" I would in a side bar like to also show the last entries in the category "Technology".
However, on the "Space" page, the entries shown in the list for "Technology" are only those who are also in the "Space" category.
How can I show all entries within the "Technology" category on the "Space" page?
Probably with a very simple solution but I just can't find it...
Thanks a lot in advance!
Pontus
Reported on Movable Type 3.x

Hi Pontus,
You would have to first of all tell movable type to take that piece of coding off from the category context for the "space" category archive page.
In order to do that you would use the plugin called "OutOfContext" from:
http://plugins.movabletype.org/outofcontext/
Install that plugin and then use a coding like:
<mt:OutOfContext>
<mt:Entries category="Technology">
...
</mt:Entries>
</mt:OutOfContext>
Kind Regards,
Mihai Bocsaru
----------------------------------
Daily Movable Type Consultant
Web Development
Movable Type Consulting
Six Apart Partner
http://www.pro-it-service.com/
----------------------------------
Movable Type Demo
http://www.movabletypedemo.org/
----------------------------------
Open Melody Demo
http://www.openmelodydemo.org/
Thanks a lot, I'll give it a try!
You're welcome Pontus!
I'll it a tray, too!