how do I remove the posting date
– in index.php, in page.php and single.php delete
<div class="boxheading" style="font-size:0.9em"><span>Posted on <?php the_time('jS F Y') ?></span><span class="right"><?php comments_number('No Responses', 'One Response', '% Responses' );?></span><div class="clear"></div><div class="left"></div></div>
remove the comments are closed
– in single.php remove:
You can follow any responses to this entry through the <?php post_comments_feed_link('RSS 2.0'); ?> feed.<br />
<?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {// Both Comments and Pings are open ?>
You can <a href="#respond">leave a response</a>, or <a href="<?php trackback_url(); ?>" rel="trackback">trackback</a> from your own site.
<?php } elseif (!('open' == $post-> comment_status) && ('open' == $post->ping_status)) { // Only Pings are Open ?>
Responses are currently closed, but you can <a href="<?php trackback_url(); ?> " rel="trackback">trackback</a> from your own site.
<?php } elseif (('open' == $post-> comment_status) && !('open' == $post->ping_status)) {// Comments are open, Pings are not ?>
You can skip to the end and leave a response. Pinging is currently not allowed.
<?php } elseif (!('open' == $post-> comment_status) && !('open' == $post->ping_status)) {// Neither Comments, nor Pings are open ?>
Both comments and pings are currently closed.
and remove
<?php comments_template(); ?>
no responses bow on PAGES
– in page.php remove:
<?php comments_template(); ?>