By using this plugin you can add unlimited news ticker in posts, pages, templates, widgets etc.
Features:
- Very easy installation
- Shortcode system
- unlimited color variation by using shortcode attributes.
- Responsive
- custom post supported
- custom taxonomy supported
Shortcodes
Remember: Must put a Unique-ID in each shortcode, If you want to use 3 news ticker in one page then you can put in the first ticker id="1", second id="2" & 3rd id="3".
If you are using one news ticker in one page then leave it.
** News Ticker - General
[wpf_ticker id="1" text="Latest Updates"]
** News Ticker - form category
[wpf_ticker id="2" category="category name" text="Latest News"]
** News Ticker - form custom taxonomy
[wpf_ticker id="3" taxonomy="your-taxonomy-name" category="category name" text="Latest News"]
** Ticker Colors
[wpf_ticker id="4" text="Latest News" color="#1874B4" bg_color="#eeeeee" link_color="#222222"]
Note: you can HEX & color name in the color,bg_color,link_color attributes. Ex: #1874B4 or blue.
** More shortcode attributes are:
post_type="post-type" // Default is post
Note: post type will be here. if you want to display cotents from post then leave it.
category="category name" // default is none.
Note: Your category name will be here.
taxonomy="taxonomy name" // default is category-name
Note: Your custom taxonomy name will be here, default is genaral post type category name.
id="numeric unique id"
Note: Put a numeric unique id for each news ticker for using multiple in one page,
if you use one news ticker in one page then leave it.
text="Lebel text" default is Latest News
Note: News ticker level text. Default is Latest News
count="posts-amount-to-display" // default is unlimited
Note: Put a numeric value to display posts amount.
color="color-code" default is #0099CC
Note: put your color code. Ex: #cf0000 or Ex: red. Note if you put color codes in any shortcode then the color will
be apply on all the news ticker you are using.
bg_color="background-color-code" // default is #eeeeee
Note: change background Color,default is #eeeeee;
link_color="Link-color-code" // default is #222222
Note : change link color,default is #222222;
This section describes how to install the plugin and get it working.
e.g.
- Upload
plugin-directory
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Use shortcode in page, post or in widgets.
- If you want news ticker in your theme php, Place
<?php echo do_shortcode('[wpf_ticker id="1" text="News Ticker"]'); ?>
in your templates. More shortcodes attributes are available. See description tab.