Viewing 5 replies - 1 through 5 (of 5 total)
  • I agree, it still leaves the words “Posted On…” with only the date removed.

    The plugin should remove the ENTIRE line regarding the date, and it fails to do that.

    i think you will have to go into your template code to take out the Posted On part..

    i just installed this to my wordpress site, and it works straight way, but then i dont have ‘posted on’ within my theme

    The bits of code you will need to remove should be in your themes index.php file.
    This tweaked line in mine now gives only: “Written by: Author”

    <p id=”author”>Written<?php the_time(‘F j, Y’); ?><?php the_time() ?> by: <?php the_author() ?></p>

    Of course you could also remove the date bits – or even this whole line – but then you wouldn’t even need this plugin would you?

    I prefer to keep the date bits intact in case I still want to write a time-critical post someday.
    In that case I will use another useful plugin: “Plugin Organizer” to disable the Date Remover plugin on that particular post.

    kangenguru

    (@kangenguru)

    Can the date on the comments be removed as well?

    lesb55

    (@lesb55)

    @ kangenguru,

    Yep – sure can, not with this plugin though.
    Look in your theme file for a php file:
    either – coments.php or comments_backup.php
    (or something like this)
    Then look for the date bits; in mine it is this bit of code:

    <p>by <?php comment_author_link()?></p>
    <p>On <?php comment_date(‘F j, Y’) ?> at <?php comment_time()?></p>

    Just delete that second line, and the date of your comments will no longer appear!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP Date Remover] Still leaves "posted on"’ is closed to new replies.