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
The SolidPosts plugin provides a comprehensive set of shortcodes for displaying post engagement metrics anywhere in your WordPress site. These shortcodes work with page builders like Elementor, Breakdance, or any system that accepts shortcodes.
Metric Type | Shortcode | Description | Example Output |
---|---|---|---|
View Count | 385 |
Formatted view count | “1,234” |
385 |
Raw view count | “1234” | |
Time Spent | 5h and 51m |
Formatted total time | “45 minutes” |
21080 |
Raw total time | “45” | |
Average Time | 55s |
Formatted average time | “3 minutes” |
55 |
Raw average time | “3” | |
Read Time | 0 seconds |
Formatted read time | “5 minutes” |
0 |
Raw read time | “5” | |
Likes | 0 |
Formatted like count | “42” |
0 |
Raw like count | “42” |
Attribute | Description | Example | Output |
---|---|---|---|
post_id | Specify a particular post ID (optional) | 0 |
“1,234” |
prefix | Add text/HTML before value | Views: 385 |
“Views: 1,234” |
suffix | Add text/HTML after value | 385 total |
“1,234 total” |
Use Case | Shortcode | Output |
---|---|---|
Basic Usage | 385 |
“1,234” |
With All Attributes | 👥 0 readers |
“👥 1,234 readers” |
Combined Stats | Views: 385 | Read Time: 0 seconds |
“Views: 1,234 | Read Time: 5 minutes” |
Modern page builders offer powerful Dynamic Tags features that can seamlessly integrate these shortcodes into your custom UI components and widgets. For instance, in Elementor, you can create dynamic widgets that display view counts or reading times with custom styling and animations. Breakdance and other page builders provide similar functionality through their shortcode elements.
The real power comes from the ability to combine these shortcodes with the page builder’s native styling and layout features. You could create engagement metrics cards, statistical displays, or even interactive elements that update based on user interaction.
For theme developers, these shortcodes can be integrated directly into your template files (single.php, archive.php, etc.) using WordPress’s do_shortcode() function. This allows for seamless integration with your theme’s existing design and functionality. You can create custom meta sections, engagement displays, or even author bio areas that showcase post statistics.
Example template integration:
<?php echo do_shortcode('👥 385 views'); ?>
Developers can leverage these shortcodes to build sophisticated custom layouts and applications. Whether you’re creating a custom dashboard for client websites, developing specialized content analysis tools, or building unique front-end displays, these shortcodes provide the foundation for accessing and displaying engagement metrics.
The raw data variants of each shortcode are particularly useful when building custom JavaScript applications or when you need to perform additional calculations or formatting on the frontend.