• Idiotic question but what is that tag to insert in my pages to display the news ticker? I can’t find it anywhere. Also, does the <php> part go in the pages template (or wherever I want to use it)?

Viewing 1 replies (of 1 total)
  • In index.php, I have added

    <?php
    if ((is_front_page()) && (function_exists('insert_newsticker'))) { insert_newsticker(); }
    ?>

    Works for me.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Daniel Sachs News Ticker] Help!’ is closed to new replies.