Hide tags at the bottom of my blog post
How can I hide the tags at the bottom of my blog post?
This was recommended in another post on the forum:
You can add the following css in “Appearance => Theme Options => Custom CSS” box to hide the entry meta.
.entry-footer { display: none; }
But this did not work for me.