Displays the latest items from a feed as a horizontal scrolling strip:
thumbnail, title and date, pausing when hovered or focused.
Shortcode:
[teched-tv-ticker]
With overrides:
[teched-tv-ticker feed="https://medium.com/feed/techedtv" count="8" speed="60" label="From Medium"]
Template tag, anywhere in a theme:
<?php if ( function_exists( 'techedtv_ticker_render' ) ) { techedtv_ticker_render(); } ?>
Return the markup instead of printing it:
<?php $html = techedtv_ticker_get( array( 'count' => 6 ) ); ?>
There is also a “TECHED.TV Ticker” widget under Appearance > Widgets.