Problems with categories...
Posted: Mon Nov 27, 2006 2:36 pm
Hello..
I`ve just started to use Serendipity, and it looks quite nice, besides that I think it was a little bit difficult to make my own template.
My serendipity blog is embeded into my original site, and I`ve got the look that I wanted.
But I`ve got one big problem. I would like to post my news category in my front page. But I also want to make, and use other categories for other pages. Ex. a page only about football. So then I make a category named football. But what is the link to my football page then named?
I`ve also tried Start Page Category, but I don`t seem to get it work properly...
Can anybody help me please..
When I used Cutenews earlier, I could include a category like this:
<?PHP
$category = "1";
$number="5";
include("cutenews/show_news.php");
?>
Is it possible to do anything like this with serendipity?
I`ve just started to use Serendipity, and it looks quite nice, besides that I think it was a little bit difficult to make my own template.
My serendipity blog is embeded into my original site, and I`ve got the look that I wanted.
But I`ve got one big problem. I would like to post my news category in my front page. But I also want to make, and use other categories for other pages. Ex. a page only about football. So then I make a category named football. But what is the link to my football page then named?
I`ve also tried Start Page Category, but I don`t seem to get it work properly...
Can anybody help me please..
When I used Cutenews earlier, I could include a category like this:
<?PHP
$category = "1";
$number="5";
include("cutenews/show_news.php");
?>
Is it possible to do anything like this with serendipity?