Viewing 2 replies - 1 through 2 (of 2 total)
  • yea me too, i like to delete the date from several pages.

    Thx.

    Hi there,

    U can remove the date easily by omitting the statement which
    shows the date in every post
    U can find that statement in ( index.php ) file
    in the upper lines nearly!

    It starts with:
    <?php the_time(‘j F, Y’) ?>
    replace it by
    <!–<?php the_time(‘j F, Y’) ?>–>
    if u unaware with modifications in the codes : )

    If u want to remove the date on one post ..
    u can add if statement in the index file ,
    The if statement will depend on ur blog and ur cat ..
    It something like that:

    if cat != ‘welcom’
    <?php the_time(‘j F, Y’) ?>

    that’s it : )

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove the date for one post only ?’ is closed to new replies.