Topic: Problem with categories.

Hello, I need help for a problem that I have with the categories.

I write this:

<?php
$number="50";
$category="1,25,37,45";
include("/home1/oscarpeu/public_html/pierateatro/chollo/cutenews/show_news.php");
?>

I need to show only the news that meets those requirements of category and not to show me all the news that is category with the number 1, all of number 25,all of number 37 ..... Only those who meet these conditions.

I do not know if I explained well. Forgive I not speak English.
Thanks.

2 (edited by 2013-08-22 20:32:46)

Re: Problem with categories.

when I write a story I put multiple categories, example create news with their Categories:

1- for color red
25- for quadrate
37- for wood
45- for used

Well I need to show only the red color which are quadrate and used wood. Currently it shows me all red, all wood ....

Re: Problem with categories.

Please can anyone help?

Re: Problem with categories.

If you mean sub-category, then unfortunately I believe it isn't possible. However they are currently working on CuteNews 2.0, which is said to have the sub-category function.

Re: Problem with categories.

Is there any approximate date for the publication of cutenews 2.0?