How to remove author and date in the post? I have seen on the forum host mac-host, but I have not found an answer. Compliments for your theme!
Thanks in advance.
Aurora
How to remove author and date in the post? I have seen on the forum host mac-host, but I have not found an answer. Compliments for your theme!
Thanks in advance.
Aurora
Look into loop.php (for the front page and archive pages) and into loop-single.php (for single posts);
remove:
<div class="entry-meta">
<?php twentyten_posted_on(); ?>
</div><!-- .entry-meta -->
You must log in to post.