A lightweight yet powerful plugin that tracks page views, read times, and more for your WordPress posts, including custom post types.
Solid Posts is a lightweight yet powerful plugin that tracks page views, read times, and more for your WordPress posts, including custom post types.
Solid Posts makes tracking your content’s performance easy without weighing down your site. You know how frustrating it can be when plugins bloat your WordPress installation with unnecessary features. This plugin is engineered with simplicity in mind, providing the data you need without the fluff. Whether you’re sharing your latest blog post, a tutorial, or even a custom post type for a project, Solid Posts gives you the insights to understand what your audience loves.
Imagine this: you’ve just published a new article about your latest surfing adventure or a software project you’ve been working on. You want to know how it’s performing without spending hours sifting through analytics. Solid Posts delivers the insights you need right when you need them, allowing you to focus more on creating content and less on data analysis.
Absolutely! Solid Posts is designed to work seamlessly with custom post types, so whether you’re showcasing projects or writing reviews, you’ll get the stats you need.
Definitely. The installation process is straightforward, and within minutes, you’ll be tracking your posts without any hassle.
Solid Posts is incredibly lightweight. It won’t slow down your site, which is crucial for keeping your audience engaged and your SEO strong.
Yes! You’ll get real-time insights that help you understand how your content is performing as soon as it goes live.
The developers behind Solid Posts are responsive and dedicated to ensuring a great user experience. If you run into any issues, help is just a message away.
In a nutshell, if you’re serious about your content and want to stay on top of your game, Solid Posts is a must-have tool in your WordPress toolkit. It’s efficient, effective, and designed for those of us who appreciate well-engineered solutions. So, whether you’re catching waves or coding your next project, let Solid Posts handle the stats while you enjoy the ride!
Want to submit your testimonial? Please email us at team@solidplugins.com and let us know!
Solid Posts is a new product, so we’ll update this page soon. In the meantime, you can see the testimonials of our previous product to get an idea of the quality of our team and products: http://solidaffiliate.com/testimonials
Metric Type | Shortcode | Description | Example Output |
---|---|---|---|
View Count | [solid_posts_views] |
Formatted view count | "1,234" |
[solid_posts_views_raw] |
Raw view count | "1234" | |
Time Spent | [solid_posts_time] |
Formatted total time | "45 minutes" |
[solid_posts_time_raw] |
Raw total time | "45" | |
Average Time | [solid_posts_avg_time] |
Formatted average time | "3 minutes" |
[solid_posts_avg_time_raw] |
Raw average time | "3" | |
Read Time | [solid_posts_read_time] |
Formatted read time | "5 minutes" |
[solid_posts_read_time_raw] |
Raw read time | "5" | |
Likes | [solid_posts_likes] |
Formatted like count | "42" |
[solid_posts_likes_raw] |
Raw like count | "42" |
Attribute | Description | Example | Output |
---|---|---|---|
post_id | Specify a particular post ID (optional) | [solid_posts_views post_id="123"] |
"1,234" |
prefix | Add text/HTML before value | [solid_posts_views prefix="Views: "] |
"Views: 1,234" |
suffix | Add text/HTML after value | [solid_posts_views suffix=" total"] |
"1,234 total" |
Use Case | Shortcode | Output |
---|---|---|
Basic Usage | [solid_posts_views] |
"1,234" |
With All Attributes | [solid_posts_views post_id="123" prefix="👥 " suffix=" readers"] |
"👥 1,234 readers" |
Combined Stats | [solid_posts_views prefix="Views: "] | [solid_posts_read_time prefix="Read Time: "] |
"Views: 1,234 | Read Time: 5 minutes" |
<?php echo do_shortcode('[solid_posts_views prefix="👥 " suffix=" views"]'); ?>