
I am testing some demo categories to get the news working as I would like.
Code: Select all
news_id news_category_id news_title
1 1 News Module Installed
2 2 Top Cat
3 2 Hong Kong Phooey
4 2 Mutley
(news_category_id 2 = Fun)
I would like to have two individual entries on either side of a page.
First item = Hong Kong Phooey
Second item = Mutley
So I am using this code..
1/ {news category="Fun" start='2' number='1' summarytemplate="plain"}
2/ {news category="Fun" start="3" number="1" summarytemplate="plain"}
However, what I am seeing is Hong Kong Phooey & TopCat
Am I using the parameters correctly?
Thanks.