Hello everyone,
I'm using {cms_module module=Questions sortby="category_asc" category="1,2"} to try to only get questions from category "1" and "2", but it doesn't show any at all. It works fine if I use {cms_module module=Questions sortby="category_asc" category="1"} or {cms_module module=Questions sortby="category_asc" category="2"}.
Any thoughts?
Thanks a million,
Philip
Questions Module - Categories
Re: Questions Module - Categories
FYI: I was able to make it work like...
{cms_module module=Questions nofilter="yes" sortby="answered_asc" category="1"}{cms_module module=Questions nofilter="yes" sortby="answered_asc" category="2"}
...but that's might not work for everyone (I customized the template) and isn't eloquent. Might help someone else in need though.
{cms_module module=Questions nofilter="yes" sortby="answered_asc" category="1"}{cms_module module=Questions nofilter="yes" sortby="answered_asc" category="2"}
...but that's might not work for everyone (I customized the template) and isn't eloquent. Might help someone else in need though.