This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

GNTT Post Title Ticker

Description

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/’

Screenshots

  • Slide Mode.
  • Fade Mode.
  • Typing Mode.

Installation

This section describes how to install the plugin and get it working.
e.g.
1. Upload the plugin files to the /wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the ‘Plugins’ screen in WordPress
3. Use shortcode in your post, page and widget text. To use number of display you have to change ID in your short code.
4. If you want post title ticker in your template, place the code “” 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"]
  • width slide title ticker
[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"]
  • width fade title ticker
[title-ticker-fade id="4" width="350px"]
  • Height fade title ticker
[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"]
  • Border fade title ticker
[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"]

FAQ

Q. Is GNTT Post Title Ticker free?

Ans.Yeah, 1.0 version is free. But, for premium version should be paid.

Q. Can I use multiple display?

Ans.Yeah, you can use number of display. To use multiple display you have to use ID in your shortcode. Example [… ID=”1″ ID=”2″ ID=”3″…].

Q. Can I use Different width and height?

Ans.Yeah, to use different width and height you have to use width and height attribute in your shortcode.Similarly you can change header-background, header_text_color etc.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“GNTT Post Title Ticker” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0

  • Initial Release