Page 1 of 1

Custom stuff...

Posted: Tue Dec 16, 2003 10:52 am
by daveg
Hi Guys,

Quick question...

How can I hack Serendipity so only posts from a certain category appear on the *front* page? Any code examples/pointers would be really helpful.

Cheers

Dave

Posted: Wed Dec 17, 2003 12:43 pm
by garvinhicking
Open your index.php and add this after line #9 (in s9y v. 0.4, the line after $uri = $_SERVER[...]):

$serendipity['GET']['category'] = 'yourcategory';

This will set a default category. If one selected a different category, the variable gets changed later in index.php

Hope that does the trick,
Garvin.

Posted: Mon Oct 11, 2004 3:04 pm
by Gecko
Thanks a million for that code, works great.

Posted: Tue Oct 26, 2004 4:14 pm
by joho
Perhaps this could be a configurable item sometime in the future?

"Initial view categories" or "Frontpage categories" or something like that?

Posted: Tue Oct 26, 2004 4:54 pm
by garvinhicking
That's a good idea, thanks. I've added it to our todo list!

Regards,
Garvin.