This plugin will enable news ticker in your wordpress theme. You can embed news ticker via shortcode in anywhere you want, even in theme files.
Wanna see how it works? Click here:
http://rapiditsolution.ciki.me/rapid/rapid-nice-news-ticker-plugin/
This section describes how to install the plugin and get it working.
e.g.
- Upload
rapid-nice-news-ticker
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Place
<?php do_action('[news_ticker]'); ?>
in your templates
ShortCodes
General Ticker
[news_ticker id="1"]
Ticker form category
[news_ticker id="2" category="1"]
Speed change (.10 is default)
[news_ticker id="3" speed=".20"]
Ticker Form Custom Post
[news_ticker id="4" posttype="custom-post-name"]
Ticker Form Custom Post with category
[news_ticker id="5" posttype="custom-post-name" cat_slug="taxonomy_name" cat="your-category-name"]