Synchronise News Ticker is a lightweight plugin used to animating a simple news ticker.You can customise type speed, post count, category selection, color,background color via shortcode.
Want to see how it works please click here:
http://synchronisebd.com/product/synchronise-news-ticker-wordpress-plugin/
Powered By:
Synchronise IT
== Installation ==
This section describes how to install the plugin and get it working.
e.g.
- Upload the plugin files to the
/wp-content/plugins/plugin-name
directory, or install the plugin through the WordPress plugins screen directly.
- Activate the plugin through the 'Plugins' screen in WordPress
- Use shortcode in page, post or in widget
- If you want to use news ticker in your theme function place '<?php echo do_shortcode('YOUR_SHORTCODE');?>' in your templates.
Shortcodes
1. General Ticker
[ticker_list id="1"]
2. Ticker with custom color and Background-color
[ticker_list id="2" color="cyan" backgroundcolor="white"]
3. Ticker with Speed Change
[ticker_list id="3" text="LATEST NEWS" typespeed="100" speed="1000" backgroundcolor="#428BCA"]
4. Ticker with ctaegory ID
[ticker_list id="4" text="BREAKING NEWS" typespeed="300" speed="2000" category_slug="category_ID"]