Page 1 of 1
One category on the front page
Posted: Fri Jun 10, 2005 12:24 am
by vastneonwolf
Is there a way to display entries from just one category on the front page?
For example I have several categories but one is called News, I'd like to only display that category on the front page.
Can this be done?
Re: One category on the front page
Posted: Fri Jun 10, 2005 10:38 am
by garvinhicking
Yes, you can set the categoryid by either creating a plugin which hooks into the frontend_config hook and sets $serendipity['GET']['category'] = X (X is the ID of your news category) or hack that part into the code.
I have posted an answer to this on the forums on 2 occassions, maybe you can try to look them up? Keywords would be something like "front page category"...?
Regards,
Garvin
Posted: Sat Jun 11, 2005 5:42 am
by vastneonwolf
Thanks once again Garvin,
I did do a search before posting but not that phrasing
