to remove comment section
open loop-page.php and find
<?php comments_template( '', true ); ?>
comment it out or delete it
Thread Starter
salkal
(@salkal)
Perfect! It worked like a charm. many thanks.
A follow-up.. I understand that if I update the theme I will lose modifications, and that I’m supposed to create a child theme. Can make all modifications then create the child theme ? Or will I have to re-do the changes when creating the child theme?
http://codex.wordpress.org/Child_Themes
yes – it’s better to make a child theme as a twenty ten update will kill your mods
Thread Starter
salkal
(@salkal)
What if I don’t update it? or is it automatic?
you choose whether to update it or not
I would keep a copy of any modified files on your computer for quick change out when updating if you don’t do the child theme
Thread Starter
salkal
(@salkal)
Great idea.. Thanks a dozen!