| 开发者 | asad5516 |
|---|---|
| 更新时间 | 2026年8月23日 00:10 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPL v2 or later |
| 版权网址: | 版权信息 |
[minuteread_time] shortcode - place reading time anywhere, or [minuteread_time id="123"] for a specific postminuteread_reading_time_output, minuteread_word_count, minuteread_output_html filters[minuteread_time] in any post, page, or widget to show the reading time
for the current post. To target a specific post, pass its ID:
[minuteread_time id="123"].
minuteread folder to /wp-content/plugins/Yes. The reading time is injected via the standard the_content filter, which is supported by every properly coded WordPress theme.
Yes. Go to Settings > MinuteRead and update the "Words per minute" field. The default is 200 (average adult reading speed). Accepted range: 50-1000.
Yes. Use the Label field in Settings to replace "Estimated Reading Time" with any text you prefer - including text in your own language.
Yes. Use the Time Format field. The placeholder %d will be replaced with the number of minutes. Examples: %d min, %d minutes, %d dakika.
Yes. The output is wrapped in .minuteread-reading-time - a <p> for the
automatic output, a <span> for the shortcode. Add your own rules under
Appearance > Customize > Additional CSS (classic themes) or Appearance >
Editor > Styles > Additional CSS (block themes). For full control of the
markup, use the minuteread_output_html filter.
Yes. Untick every post type under "Show On" to turn off automatic insertion, then
place the [minuteread_time] shortcode exactly where you want it. Inside the loop
it uses the current post; outside it, pass an ID: [minuteread_time id="123"].
Yes. Words are counted in a Unicode-aware way, so text that mixes scripts - Bengali with a few English terms, for example - is counted correctly. Chinese and Japanese, which do not put spaces between words, are counted by character instead.
Yes. Go to Settings > MinuteRead and tick the post types you want under
"Show On" - every public post type registered on your site is listed. Developers
can also override the list with the minuteread_post_types filter.
Yes. WordPress automatically loads translations for plugins hosted on WordPress.org.
minuteread_post_types filter for developers[minuteread_time id="123"]