The following will remove the date, time and the category and the text "this entry was posted" etc.
Quote:
This entry was posted
<?php /* This is commented, because it requires a little adjusting sometimes.
You'll need to download this plugin, and follow the instructions:
http://binarybonsai.com/archives/200...-since-plugin/ */
/* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
and is filed under <?php the_category(', ') ?>.
|
And to get rid of "edit this entry" remove
<?php } edit_post_link('Edit this entry','','.'); ?>
That should work on single.php (don't forget to make a backup before you make changes)
To remove the Powered by WordPress notice you need to go into footer.php and look for and delete:
<?php bloginfo('name'); ?> powered by
<a href="http://wordpress.org/">WordPress</a>