I've used the external headline display from http://www.s9y.org/206.html with great success on a couple sites.
I'm now doing a site that I'd like to do the same thing but limit the display to only one category.
I've been playing around with some mods but nothing's worked. Anyone know how I can show only titles from 1 category using the above code?
Thanks.
External display to only 1 category
-
stm999999999
- Regular
- Posts: 1531
- Joined: Tue Mar 07, 2006 11:25 pm
- Location: Berlin, Germany
- Contact:
I did it this way:
Code: Select all
// 3: Start Smarty templating
serendipity_smarty_init();
$serendipity['GET']['category']='26';Ciao, Stephan