Support » Plugins » [Plugin: WP Stock Ticker] Where to insert call code?

  • I am using the WP Stock Ticker plugin and want it displayed on the the top of my page.

    Here is the function/method call:

    if(method_exists(‘WPStockTicker’, ‘s_ticker_display’)) {
    $xx = new WPStockTicker();
    echo $xx->s_ticker_display();
    }

    I went to functions.php and inserted it in a line there but after doing so it crashed my page. The ticker briefly appeared on the website, but for some reason I wasn’t able to get into dashboard and my site wouldn’t even load for me soon after.

    Can someone please advise as to where to insert the code so it appears on top of the website properly? Also, I was hoping to change the background color of the ticker streamer, so if anyone knows how to change that as well, it would be a great help for your advice.

    I am running the MxS2 theme. Here’s a link to my site:

    http://tradingliberation.net63.net

    Here’s a link to how the page looked before it crashed:

    Page with Ticker Streamer

    [ Please do not bump, that’s not permitted here. ]

  • The topic ‘[Plugin: WP Stock Ticker] Where to insert call code?’ is closed to new replies.