Page 1 of 1

External display to only 1 category

Posted: Sun Jan 28, 2007 7:06 pm
by spackler
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.

Posted: Sun Jan 28, 2007 8:27 pm
by stm999999999
I did it this way:

Code: Select all

   // 3: Start Smarty templating
    serendipity_smarty_init();
     $serendipity['GET']['category']='26';

Posted: Mon Jan 29, 2007 4:42 am
by spackler
worked perfectly - thank you!