--- In [email protected], "quietleader" <[EMAIL PROTECTED]> wrote:
>
>
> Every time I create a new post on my blog, Wordpress wants to put a date on
> it. Is it
possible
> to override that feature? I'd like to replace the date with simple text. (I
> don't care if my
posts
> are still organized by date, I just want to display text in the place that
> the date normally
> appears)
>
if you are able to edit your theme, you can simply remove the date from the
template
you can also use CSS to hide it. try something like:
span.submitted { display: none; }
more info here
http://en.forums.wordpress.com/topic.php?id=11447