No Blog settings in Appearance

Hello,

Can I allow comments to blog posts?

I can't see the item Blog settings in Appearance/Settings/OrganicFood

Hello,

To add comment to blog, you open sites/all/themes/organicfood/templates/node/node--article.tpl.php file and add this code at end of file:

<?php print render($content['comments']); ?>

Thank you.