Hello andylawrence,
Hope you’re well! 🙂
Download the .zip of Water Lily theme same with the version you have in your site via this page: https://wordpress.org/themes/water-lily/developers/
After that, open the .zip file and navigate to inc/ folder. You can see there the template-tags.php. Upload it to your site using ftp client. Navigate to /wp-content/themes/water-lily/inc/ then put the new template-tags.php you just download.
Hope it helps! 🙂
Take care,
Calvin
Thanks Calvin. Life saver!
By any chance do you know how to get rid of the date/time stamp in my posts. That’s what I was trying to do before I broke the site.
Thanks,
Andy
HI Andy,
You shouldn’t be deleting anything from your template files unless you make a child theme.
It’s much easier to hide things with css.
In the case of the date, you could add this to your custom css:
.entry-meta {display: none;}
Thanks once again for your help. Appreciate it!