Add avatar + reading time using php
-
Hey there,
I’m trying to add a reading-time plugin and a Gravatar image to the php files but I can’t seem to figure out which file to edit and how to edit it.
For the reading-time I’ve tried:
echo “<p>” . do_shortcode(‘[wtr-time]’) . “</p>”;
and: echo do_shortcode(‘[wtr-time]’);
and: <?php echo do_shortcode(‘[wtr-time]’); ?>For the two other plugins below on the same page I was able to add the Gravatar and reading-time using php so I’m really hoping to get it working with this plugin so that they’re all consistent.
Which file do I need to edit in your plugin and which format should I put in the php code?
Thank you,
– GeorgeThe page I need help with: [log in to see the link]
- The topic ‘Add avatar + reading time using php’ is closed to new replies.