Support » Theme: Spun » How To Remove Date and Quote on All Post?

Viewing 1 replies (of 1 total)
  • Hi Jinfiltration,

    Before you modify your theme, create a child theme: http://codex.wordpress.org/Child_Themes

    Then,
    to remove the date:

    Copy the “inc” folder from the Spun theme and paste it into your Child Theme directory.

    Then go to your inc/template-tags.php and remove <time class="entry-date" datetime="%3$s" pubdate>%4$s</time></a>. It is on line 122.

    I am not sure what do you mean by removing the quote? You don’t want comments?

Viewing 1 replies (of 1 total)
  • The topic ‘How To Remove Date and Quote on All Post?’ is closed to new replies.