How can I remove the date and time from posts?
As suggested here:
http://www.quicksprout.com/the-advanced-guide-to-seo-chapter-4/
My material is not time sensitive.
Thanks!
Never mind, figured it out. Removed the following in loop-index.php
echo “<span class=’date-container minor-meta’>”.get_the_time(‘d M Y’).”</span>”;
echo “<span class=’text-sep’>/</span>”;