This plugin will make display of all post title on any page or post or widget in your web site.plugin url:'
http://market.mathgr.com/gntt-post-title-ticker/'
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 your post, page and widget text. To use number of display you have to change ID in your short code.
- If you want post title ticker in your template, place the code "<?php echo do_shortcode('YOUR SHORTCODE'); ?>" where you want to make adisplay.
For basic usage(shortcodes):
Slide Mood:
- General slide title ticker
[title-ticker-slide id="1"]
- Counter slide title ticker
[title-ticker-slide id="2" count="3"]
- Category slide title ticker
[title-ticker-slide id="3" category="1"]
[title-ticker-slide id="4" width="350px"]
- Height slide title ticker
[title-ticker-slide id="5" width="250px" height="150"]
- Header background slide title ticker
[title-ticker-slide id="6" width="350px" height="200" header_background="#000069"]
- Header text color slide title ticker
[title-ticker-slide id="7" width="300px" height="100" header_background="#f03" header_text_color="#fff"]
- Border slide title ticker
[title-ticker-slide id="8" width="450px" height="180" header_background="#000069" header_text_color="#fff" border="1px solid #f03"]
Fade Mood:
- General fade title ticker
[title-ticker-fade id="1"]
- Counter fade title ticker
[title-ticker-fade id="2" count="3"]
- Category fade title ticker
[title-ticker-fade id="3" category="1"]
[title-ticker-fade id="4" width="350px"]
[title-ticker-fade id="5" width="250px" height="150"]
- Header background fade title ticker
[title-ticker-fade id="6" width="350px" height="200" header_background="#000069"]
- Header text color fade title ticker
[title-ticker-fade id="7" width="300px" height="100" header_background="#f03" header_text_color="#fff"]
[title-ticker-fade id="8" width="450px" height="180" header_background="#000069" header_text_color="#fff" border="1px solid #f03"]
Typing Mood:
- General typing title ticker
[title-ticker-typing id="1"]
- Counter typing title ticker
[title-ticker-typing id="2" count="3"]
- Category typing title ticker
[title-ticker-typing id="3" category="1"]
- width typing title ticker
[title-ticker-typing id="4" width="350px"]
- Height typing title ticker
[title-ticker-typing id="5" width="250px" height="150"]
- Header background typing title ticker
[title-ticker-typing id="6" width="350px" height="200" header_background="#000069"]
- Header text color typing title ticker
[title-ticker-typing id="7" width="300px" height="100" header_background="#f03" header_text_color="#fff"]
- Border typing title ticker
[title-ticker-typing id="8" width="450px" height="180" header_background="#000069" header_text_color="#fff" border="1px solid #f03"]