Removing the date / written by / leave a reply

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Wed Jun 19, 2013 6:16 pm
is there anyway i can remove the following information from a post:

Date / Written by / Leave a reply

Would be great - thank you in advance

gary
User avatar
Fresh Boarder

GK User
Wed Jun 19, 2013 7:36 pm
Two files to edit in /wp-content/themes/Simplicity:

1. single.php - line number 22 change to
Code: Select all
      <?php //comments_template( '', true ); ?>

will complatly disable comments at end of article;
2. layouts/content.post.header.php - line number 21 change to:
Code: Select all
      <?php //gk_post_meta(); ?>

will disable meta data in header.
User avatar
Moderator

GK User
Thu Jun 20, 2013 11:09 am
Thank you worked a treat :)
User avatar
Fresh Boarder


cron