-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
78 lines (49 loc) · 2.03 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
=== TRDS Website Visitor Counter ===
Contributors: wikiwyrhead
Donate link: https://www.linkedin.com/in/arnelgo/
Tags: visitor counter, analytics, tracking
Requires at least: 4.0
Tested up to: 6.6
Stable tag: 1.1
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Count daily and monthly visits with this customizable visitor counter plugin.
== Description ==
This plugin provides a shortcode to display daily and monthly visitor counts on your WordPress site. Customize the display options including title, color, and alignment.
== Installation ==
1. Upload the `trds-visitor-counter` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Configure plugin settings under 'TRDS Web Counter' in the WordPress admin dashboard
== Frequently Asked Questions ==
= How do I display the visitor count on my site? =
Insert the shortcode `[trds_custom_visitor_count]` into any post, page, or widget content.
= Can I customize the appearance of the visitor count? =
Yes, you can customize the title, color, and alignment of the visitor count display through the plugin settings.
== Screenshots ==
1. Placeholder screenshot 1
2. Placeholder screenshot 2
== Changelog ==
= 1.1 =
* Security fix: Escaped output to prevent potential XSS vulnerabilities.
= 1.0 =
* Initial release
== Upgrade Notice ==
= 1.1 =
Upgrade to version 1.1 to patch a security vulnerability.
== A brief Markdown Example ==
Markdown is what the parser uses to process much of the readme file.
Ordered list:
1. Some feature
2. Another feature
3. Something else about the plugin
Unordered list:
* something
* something else
* third thing
Links require brackets and parenthesis:
Here's a link to [WordPress](https://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax]. Link titles are optional, naturally.
Blockquotes are email style:
> Asterisks for *emphasis*. Double it up for **strong**.
And Backticks for code:
`<?php code(); ?>`