开发者 |
brainstormforce
Pratik Chaskar |
---|---|
更新时间 | 2025年7月10日 13:30 |
捐献地址: | 去捐款 |
PHP版本: | 5.2 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[read_meter]
, gives you the flexibility to add read time anywhere on the site.[read_meter id=47]
./wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly.After installing and activating the plugin, settings can be found under Settings > Read Meter
Let’s assume, you have set Words Per Minute ( Settings > Read Meter > General Settings) to 275 and total words in your blog post are 1100. So the total number of words (1100) divided by Words per minute (275) will give you an estimated time of reading i.e. 4 minutes.
Yes! The plugin works with all CPTs. You can select Post Types from Settings > Read Meter > General Settings
Shortcode - [read_meter]
can be added to any page with a shortcode module/block. This will work with the Gutenberg editor or any page builder editor.
The Read Meter plugin works with all WordPress themes!
[read_meter]
shortcode eg: [read_meter id="47"]
to show reading time of that particular post/page irrespective of where the shortcode is added.[read_meter]
was not visible on individual post/page unless the post type was selected.