=== 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: 5.9 Stable tag: 1.1 Requires PHP: 7.0 License: GPLv3 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 ==
- Upload the
trds-visitor-counter
folder to the/wp-content/plugins/
directory - Activate the plugin through the 'Plugins' menu in WordPress
- 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 ==
- Placeholder screenshot 1
- 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:
- Some feature
- Another feature
- Something else about the plugin
Unordered list:
- something
- something else
- third thing
Links require brackets and parenthesis:
Here's a link to WordPress 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(); ?>