• Hi,

    I’m calling this ticker in php, is there any way to add the ticker text dynamically rather then it being hard coded in the plugins settings?

    Eg
    <?php if(function_exists('ditty_news_ticker')){ditty_news_ticker(2997,"some <b>dynamic</b> content");} ?>

    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author metaphorcreations

    (@metaphorcreations)

    Sorry, this is not possible. Pretty much all the settings of your ticker can be changed/modified/added dynamically like this, but not the ticks themselves.

    https://www.metaphorcreations.com/documentation/ditty-news-ticker/#document-9

    Thread Starter bassteq

    (@bassteq)

    Thanks for the reply, is there any chance this feature could be added?

    Where in the WP database is the ticker content stored, just wondering if I can update it using a script?

    Cheers

    Plugin Author metaphorcreations

    (@metaphorcreations)

    I may be able to add it sometime. The database content would not be easy to update since all the ticks are contained in a single meta row, and each tick is an array of data that is hashed when it’s stored in the database. But, the data should be stored in the wp_meta table where all post meta is stored.

    Thread Starter bassteq

    (@bassteq)

    Thanks, that would be GREATLY appreciated if you could add this feature!
    Cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘using dynamic content’ is closed to new replies.