Yes, thank you, but I meant to say I have a the code for Ditty News RSS Ticker, can I add it to the top bar, to scroll to the left? The shortcode or direct function already tells the php to do that – it looks like this:
<?php if(function_exists(‘ditty_news_ticker’)){ditty_news_ticker(1004);} ?>
but how do I add that to the topbar?