Hi there …
Without adding any extra code / plugins etc you could simply try writing a page instead but enable comments .
Other wise have a look in the plugin DIR and you should be able to find one that can edit this.
there are probably lots of other ways but there you go ..
can i not just edit a page or something? surely there is abit of code somewhere….
i just dont know what file to look at…
771561
Hi,
in your post.php look for a line that says this:
<p class=”post-info”><?php the_time(‘M jS, Y’) ?> by <?php the_author_posts_link() ?> <?php edit_post_link(‘Edit’, ”, ‘ | ‘); ?> </p>
If you remove that whole line, you will remove the date, and author of the post. If you want to just remove the date, remove this part:
<?php the_time(‘M jS, Y’) ?>
hope that helps!