How do I remove comments and date from post?
Remove comments and date from post
5 posts from 3 voices-
Posted 1 year ago #
-
Hey,
open up single.php and delete following code:
<span class="date ie6fix"><?php the_time('M d, Y') ?></span> <span class="comments ie6fix"><?php comments_popup_link(__('No Comments','newscast'), __('1 Comment','newscast'), __('% Comments','newscast')); ?></span>If you want to remove the comments area at the bottom of the post delete following code:
<div class='entry commententry'> <?php comments_template(); ?> </div>Posted 1 year ago # -
Thanks! that worked now how do i remove the "by"
Posted 1 year ago # -
nevermind i just deleted the rest of the <span class="author ie6fix"><?php _e('by','newscast');?> <?php the_author_posts_link(); ?></span>
and it worked. thanks anywayPosted 1 year ago # -
Glad that you solved the problem :)
Posted 1 year ago #
Reply
You must log in to post.














