first of all excuse me for my bad english. I have a problem with multiple categories. I'll try to explain it as exact as possible.
Well, i created about 30 different categories for my page. On the index page i have a little update section and i want it to show only 4 categories.
So i used the following:
- Code: Select all
<?PHP $number=4; $category="6,7,8,9"; $template="update_head"; include $cutepath.'/show_news.php';?>
Well, the problem is that categories 12-30 is also be shown.
How i can i fix it?
Thanks in advance

