How Do I Take Out The Date in Revolution Themes?

by Dreams
4 replies
Hi,

I'm using the Revolution theme and I can't seem to take the date out of people's comments in just this theme. I'm using a WordPress plugin that takes the date out, but it doesn't take it out of people's comments.

Usually any other theme I can take out the date from people's comments, but this one I can't. Any ideas???

Thanks!
#date #revolution #themes
  • Profile picture of the author MemberCon
    Generally, in the comments.php file of a theme, there is code like this:

    <?php comment_date('D, jS M Y') ?> <?php comment_time() ?>

    Remove those to remove the user-comment date and time.
    {{ DiscussionBoard.errors[1337701].message }}
    • Profile picture of the author VegasGreg
      Originally Posted by MemberCon View Post

      Generally, in the comments.php file of a theme, there is code like this:

      <?php comment_date('D, jS M Y') ?> <?php comment_time() ?>

      Remove those to remove the user-comment date and time.
      I just checked most of the Revolution themes and that is the line that needs to be removed form the Comments.php file.

      Be sure to refresh/clear your cache to see the new updated results on a page/post to see the updates.
      Signature

      Greg Schueler - Wordpress Fanatic... Living The Offline Marketing Dream...

      {{ DiscussionBoard.errors[1348301].message }}
  • Profile picture of the author Dreams
    Thanks,

    I've tried that in all my other themes and it works. It's just this one it doesn't seem to work.
    {{ DiscussionBoard.errors[1338475].message }}
  • Profile picture of the author MemberCon
    Which theme is it exactly? Do you have a link to it?
    {{ DiscussionBoard.errors[1339901].message }}

Trending Topics