ZeroBloat Reading Time does one thing: shows how long it takes to read your post.
No settings page. No database entries. No JavaScript. No CSS files. No bloat.
Just install, activate, done.
[reading_time] for custom placementAutomatic: Just activate the plugin. Reading time appears on all posts.
Shortcode: Use [reading_time] anywhere in your content or theme.
With specific post: Use [reading_time id="123"] to show reading time for a specific post.
The plugin adds minimal CSS. To customize, target .mrt-reading-time in your theme:
.mrt-reading-time {
color: #999;
font-style: italic;
}