I’m setting up a blog at blog.ridwan.me/blog.
If you look at the entry-meta below the post titles, it says ‘1 MINUTE READ’ in between the post date and number of comments. However the ‘ / ‘ separator is missing.
I added the read time through a plugin (https://wordpress.org/plugins/post-reading-time) placing <?php post_read_time(); ?> in the content.php and content-single.php file in the entry-meta div.
Why is the separator missing and how can I add it in?