Hello,
How can I specify a specific news category while embedding in the php template ?
<?php if ( function_exists('insert_newsticker') ) {insert_newsticker(); } ?>
I want to make two news-tickers on the same page, but each for a different category ID.
Thanks