Album question: recently_updated/categories conflict?
Posted: Mon Jul 02, 2007 1:08 pm
I'm trying to make two separate "recently_updated" fields on my welcome page, one each for categories 1 and 2.
Tried the following:
However, I get two similar "recently_updated" fields, containing images from all categories ... are categories and recently_updated mutually exclusive or is it my syntax that's faulty?
Tried the following:
Code: Select all
{cms_module module='album' categories='1' action='recently_updated'}
{cms_module module='album' categories='2' action='recently_updated'}