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
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
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 : )
This topic has been closed to new replies.