Displays the ticker.
As of April 2026, Simple Ticker is a WordPress block plugin with 500 active installations and a 4/5 rating from 4 reviews. It has been downloaded 11K+ times in total. Requires WordPress 6.6+ and PHP 8.0+. Available on WordPress.org since 2016. Actively maintained — updated within the last month. Top alternative: Spectra Gutenberg Blocks – Website….
It can display three own ticker.
It can view the Sticky Posts as ticker.
It can view the WooCommerce sale as ticker.
It supports the display of the widget and the short code and block.
/** ==================================================
* Filter for Inner text.
* simple_ticker_1_inner_text
* simple_ticker_2_inner_text
* simple_ticker_3_inner_text
*
* @param $text1 Inner text.
* @param $post_id Post ID.
*
*/
add_filter(
'simple_ticker_1_inner_text',
function( $text1, $post_id ) {
if ( 3309 == $post_id ) {
$change = 'Test';
$changed = '<span style="color: #329BCB">' . esc_attr( $change ) . '</span>';
$text1 = str_replace( $change, $changed, $text1 );
}
return $…| WordPress | 6.6+ requiredTested up to 7.0 |
| PHP | 8.0+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.