This topic contains 1 reply, has 1 voice, and was last updated by Mitz 4 years, 4 months ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Home › Forums › Developing Websites › HTML PHP Snippets › Genesis 2 Theme Framework › Remove the dates from comments on your Genesis blog
This topic contains 1 reply, has 1 voice, and was last updated by Mitz 4 years, 4 months ago.
I wanted to repost an article in 2013 because it had been overhauled and redone. But the problem was that the dates on the comments were still old. This was a dead giveaway so I got rid of them…
I put this little bit into my CSS:
.comment-meta {
display: none;
}
Please note that I still have the dates on the actual posts so I am not trying to trick the search engines.
You must be logged in to reply to this topic.