• I’m trying to add the same ticker to multiple areas of the same template. I saw in your documentation that you need to add a unique id for it to display correctly. How do I add the unique id to this code?

    <?php if(function_exists(‘ditty_news_ticker’)){ditty_news_ticker(5456);} ?>

    Thanks,
    Bryan

    https://ww.wp.xz.cn/plugins/ditty-news-ticker/

Viewing 1 replies (of 1 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    <?php if(function_exists('ditty_news_ticker')){ditty_news_ticker(5456, false, array('unique_id'=>'my-unique-id'));} ?>

Viewing 1 replies (of 1 total)

The topic ‘Adding Unique Id to Template Added Ticker’ is closed to new replies.