-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.txt
82 lines (53 loc) · 2.57 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
=== Simple Advertising ===
Contributors: colomet, danzhik, dcazzorla, lukastonhajzer
Donate link: https://opencollective.com/mylanguageskills
Tags: multisite, ads, advertisment, advertisements, wordpress plugin
Requires at least: 3.0.1
Tested up to: 5.2.2
Requires PHP: 5.6
Stable tag: 1.0.3
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
This plugin provides simple handy tool for spreading advertisment (as images) over all web-pages which display posts or pages or CPT's.
== Description ==
With use of this plugin you can set some announcements, ads etc. in all your web-site's posts content. The content of advertisements is a simple image with a link (if necessary and with the rel="nofollow" attribute). Management of the advertisement is done from a plugin settings subpage under Network Settings page.
**Only works with multisite installation!**
== Installation ==
= This plugin requires: =
This sections describes the requirements of the plugin.
* Wordpress Multisite installation
= Installation instructions: =
This section describes how to install the plugin and get it working.
1. Clone (or copy) this repository folder `simple-advertising` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' screen in WordPress
== Frequently Asked Questions ==
= I have a feature request, I've found a bug, a plugin is incompatible... =
Please visit [the support forums](https://wordpress.org/support/plugin/simple-advertising/)
= I am a developer; how can I help? =
Any input is much appreciated, and everything will be considered.
Please visit the [GitHub project page](https://github.com/my-language-skills/simple-advertising) to submit issues or even pull requests.
= Cache plugins =
Please, clean the cache after you save configure the ads. Otherwise the image will not be load.
== Screenshots ==
1. Settings page in network administration
2. Example of advertisement in front-end
== Changelog ==
= 1.0.3 =
ADDITIONS: rel="nofollow" attribute to image links.
= 1.0.2 =
ADDITIONS: Plugin internationalisation
rel="nofollow" attribute to image links.
ENHANCEMENTS: Placeholder bugs fixes
= 1.0.1 =
ADDITIONS: Only multisite installation is available
ENHANCEMENTS: Downgrade php required version to 5.6
= 1.0 =
* First release
== Upgrade Notice ==
= 1.0.3 =
* nofollow tribute to links
= 1.0.2 =
* Plugin internationalisation
== Disclaimers ==
The Simple Advertising plugin is supplied "as is" and all use is at your own risk.
Simple Advertising is under development. Version 1.0 is stable but is an start. Soon much more possibilities.