This is a special plugin for showing news ticker as headlines. You can view the latest headlines (title) from page, post, custom post, category or custom taxonomy. Z News Ticker is fully customizable using simple shortcode.
More information can be found
here.
For support please visit the
Support forum.
This section describes how to install the plugin and get it working.
e.g.
- Upload
znews-ticker
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Place
<?php echo do_shortcode('YOURSHORTCODE'); ?>
in your template file
or you can directly use the shortcode in your page, post, custom post or sidebar like as follows:
Default Settings:
[ticker id="1"]
Change Type (from posts, pages or other custom posts)
[These are from
page]
[ticker id="2" type="page"]
Change Category (or custom taxonomy)
[ticker id="3" type="post" category="Ticker"]
Change Number of Items to show as ticker
(These are the latest 2
items)
[ticker id="4" type="post" category="Ticker" count="2"]
Color Variation (Change Text Color)
[ticker type="post" id="5" count="5" txtcolor="#FFD7D8"]
Color Variation (Change Background Color)
[ticker type="post" id="6" count="5" category="" txtcolor="#53AA35" bgcolor="#DEE9B4"]
Change Text:
[ticker type="post" id="7" count="5" category="" text="Another News"]
Change Speed of Items:
(Next Item shows after
10 seconds)
[ticker type="post" id="8" count="5" category="" speed="10000"]
Change Speed of Typing:
[ticker type="post" id="9" count="5" category="" typespeed="10"]
Change Cursor1:
[ticker type="post" id="10" count="5" category="" typespeed="300" cursor1="|"]
Change Cursor2:
[ticker type="post" id="11" count="5" category="" typespeed="300" cursor2="..."]
Change Cursor Both:
[ticker type="post" id="12" count="5" category="" typespeed="300" cursor1="|" cursor2="|"]
Instant Pause when your cursor hovers on the Item:
[ticker type="post" id="13" count="5" text= "Others Options" category="" typespeed="100" pause="true" finish="false"]
Never Pause when your cursor hovers on the Item:
[ticker type="post" id="14" count="5" text= "Others Options" category="" typespeed="100" pause="false" finish="false"]
Using MCE Button:
[ticker id="123456789" type="post" category="" txtcolor="" bgcolor="" count="" text="Latest News" speed="3000" typespeed="50" cursor1="-" cursor2="_" pause="true" finish="true"]