Tagged: Author, Date, Meta
I would like to be able to remove the tag & comment portion underneath my post title, but leave the author & date. Is there a simple fix for this?
Hi Erin Persinger,
Go to Appearance -> Theme Options/ customize -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
span.comments { display: none; } .entry-content .tags { display: none; }
Thank you!