Mechanic Visitor Counter
Mechanic Visitor Counter Pro is a modern, lightweight, and fully responsive visitor tracking plugin for WordPress.
It goes beyond a simple hit counter — designed to provide elegant analytics right on your dashboard and front-end widget.
Track daily, monthly, and yearly visitors, monitor live users online, and visualize trends with interactive charts — all without relying on third-party services.
Key Features
Smart Visitor Tracking — Automatically logs unique IPs, hits, and countries of your visitors.
Live Online Count — See how many users are active in real-time.
Country Detection — Uses IP-based lookup with flag display for instant geographic insights.
Visual Reports — View daily visitors and hits as modern charts directly in your WordPress admin.
Multiple Counter Styles — Choose from 20+ image styles or create your own for a custom digital display look.
Lightweight Cache System — Reduces database load by caching totals for faster page rendering.
Smart Exclusions — Optionally skip counting admins, bots, and crawlers for cleaner statistics.
Flexible Widget — Toggle visibility for each metric (today, month, year, total, hits, online, IP & country).
Shortcode Support — Display your counter anywhere
Perfect For
- Blog owners who want a clean visitor overview.
- Small businesses tracking web engagement.
- Developers seeking an embeddable and customizable stats widget.
Analytics in Style
Mechanic Visitor Counter Pro combines simplicity and visual appeal — from retro LED counters to modern glass styles — all optimized for responsive layouts. Your site stats, finally looking as good as your design.
Shortcode Using
Before implementing a plugin with shortcodes, it’s a good idea to know the parameters available in the plugin.
| Parameter | Type | Default | Description |
|---|---|---|---|
title |
string | Visitor Counter |
Widget title displayed above the counter. |
font_color |
string (hex) | #333 |
Text color for stats. Example: #0073aa |
preset |
string | (none) | Quick setup for predefined layouts: minimal, compact, or full. |
show_today |
0 / 1 | 1 |
Display “Visit Today” count. |
show_yesterday |
0 / 1 | 0 |
(Optional) Display “Yesterday” visitors. |
show_month |
0 / 1 | 1 |
Display visitors for the current month. |
show_year |
0 / 1 | 1 |
Display visitors for the current year. |
show_total |
0 / 1 | 1 |
Display total unique visitors. |
show_hits_today |
0 / 1 | 1 |
Display number of hits (page views) today. |
show_online |
0 / 1 | 1 |
Display “Who’s Online” count (active users). |
show_ipcountry |
0 / 1 | 1 |
Show visitor’s IP address and country below the stats. |
Shows all default values
[mechanic_visitor]
Font Color
[mechanic_visitor font_color="#0055aa"]
Displays only Visit Today and Total Visits, where 1 = true
[mechanic_visitor title="Stats Overview" show_today="1" show_month="0" show_year="0" show_total="1" show_online="0" show_ipcountry="0"]
Minimal Preset
[mechanic_visitor preset="minimal" title="Quick Counter"]
Display only Visit Today and Total Visit.
Compact Preset
[mechanic_visitor preset="compact" font_color="#0073aa"]
Display Today, Month, Total, and Who’s Online.
Full Preset
[mechanic_visitor preset="full" title="Site Analytics"]
Display all complete metrics.



