-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
executable file
·33 lines (21 loc) · 1001 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
=== Plugin Name ===
Contributors: https://github.com/Kovaloff
Link: https://github.com/Kovaloff
Tags: comments, spam
Requires at least: 3.0.1
Tested up to: 3.4
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Here is a short description of the plugin.
== Description ==
This is the news ticker plugin.
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload `lightening_your_news.php` to the `/wp-content/plugins/` directory or use WP Installer
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Place `[light_news_ticker id="post_id"]` in your pages or posts or copy generated shortcode on ticker post edit page
== AJAX shortcode reload ==
To accelerate the development process I did not develop AJAX refresh part that can work with more than one shortcode on the page. It can be done if needed.
== Development Process ==
To accelerate the development process Used WP plugin boilerplate