I have 6 categories news but in a page I want to display only 3
if you use this string I get an error
why?
Code: Select all
{news category="video , foto , tips" number="20"}
Code: Select all
{news category="video , foto , tips" number="20"}
How nice would it be to post the error message.giapippo wrote:hello to all
I have 6 categories news but in a page I want to display only 3
if you use this string I get an error
Try without the spaces around the commas. And actually it doesn't make sense to put quotes around the value for number. Though it works.giapippo wrote: why?
thanks for the helpCode: Select all
{news category="video , foto , tips" number="20"}
Code: Select all
{news category="video,foto,tips" number=20}