
How to Add Reading time in WordPress without using plugins | Er. Sahil
Adding reading time to your WordPress posts without using plugins can be done by adding a custom function to your theme’s functions.php file. Here’s a step-by-step guide: Step 1: Calculate Reading Time Open your theme’s functions.php file: Add the following function: function estimated_reading_time($content) {…