Support
Support » Plugin: Reading Time WP » Every post is under 1 minute
(@sleepyeye)
2 months, 2 weeks ago
I try to use it even by shortcode with added id of one specific post, and it showing everywhere ‘1 <‘
The page I need help with: [log in to see the link]
(@yingling017)
2 months ago
Are you using any page builder plugins or custom fields for content entry?
Reading Time WP works by counting the number of words in the post_content. Custom fields typically store their data in postmeta. There’s such a wide variety of fields that could be stored there’s no way to catch them all. Here’s a note on how you can customly add fields https://wordpress.org/plugins/reading-time-wp/#how%20can%20i%20add%20meta%20fields%2C%20say%20from%20advanced%20custom%20fields%2C%20into%20the%20reading%20time%20wp%20count%3F
This is a custom theme with custom fields build by ACF
Then you’ll want to take a look at using the rtwp_filter_wordcount filter to add your ACF fields to the wordcount. https://wordpress.org/plugins/reading-time-wp/#how%20can%20i%20add%20meta%20fields%2C%20say%20from%20advanced%20custom%20fields%2C%20into%20the%20reading%20time%20wp%20count%3F
rtwp_filter_wordcount
Another example from the support forums of how a user integrated with their ACF fields. https://wordpress.org/support/topic/include-word-count-for-acf-fields-cpt-and-multiple-templates/