Forums

How to remove the date for one post only ? (3 posts)

  1. logokala1
    Member
    Posted 3 years ago #

    Hi,
    do you know how to remove the date on one post only ?

    My blog is: http://www.frenchohlala.com/
    I'd like to remove the date on this post: http://www.frenchohlala.com/?p=10

    Thanks in advance for your help.

    Luigi

  2. trils
    Member
    Posted 3 years ago #

    yea me too, i like to delete the date from several pages.

    Thx.

  3. arwa0alawajy
    Member
    Posted 3 years ago #

    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 : )

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags