Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ben Meredith

    (@benmeredithgmailcom)

    Hey Blahoslav,

    My plugin doesn’t remove the dates from categories or any other type of archive, it only works on single posts. To remove the dates from archives (all of them not based on date) in that theme, you’d completely delete line 35 <h2 class="date-header"><?php the_date(); ?></h2> from the file located at /wp-content/themes/thewindcriesmary/archive.php

    But keep in mind that any theme upgrades would override those changes.

    Also, never update php files from within the WordPress dashboard. Always use a text editor and SSH or FTP.

    Hope this helps!

    Thread Starter blahovej

    (@blahovej)

    Thank you – that realy worked! I was removing it from wrong file.
    I don`t want to bother you, but if you would have a minute —
    can one make the name of the post into the link?

    I guess something should be entered into this line – but what?
    <h2 class="entry-header"><?php the_title(); ?></h2>

    Thank you!

    Plugin Author Ben Meredith

    (@benmeredithgmailcom)

    This is a total guess, as I don’t have time to test it on my development install, but try this on that line:
    <h2 class="entry-header"><a href="<?php the_permalink();?>"><?php the_title(); ?></a></h2>

    If my plugin (or general advice) has been helpful, please do me a favor and rate my plugin, donate, and share!

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dates stil showing on The Wind Cries Mary theme’ is closed to new replies.