News Module - Hide Category List
Posted: Fri Apr 15, 2011 10:46 pm
Hello all. I have implemented the News module into a CMS template using the {news} tag. However on the page that displays this it also displays a list of all the categories aswell before it lists the news.
Is it at all possible to hide this category list and just have the news articles listed?
The code im trying to hide is
Any help would be great !
Dave
Is it at all possible to hide this category list and just have the news articles listed?
The code im trying to hide is
Code: Select all
<li class="firstnewscat">
<a href="http://#####/index.php?mact=News,cntnt01,default,0&cntnt01category_id=1&cntnt01returnid=37">General</a></li>
<li>
<a href="http://#####/index.php?mact=News,cntnt01,default,0&cntnt01category_id=2&cntnt01returnid=37">Test</a></li>
Dave