Show Comment Form on Home and Archive Pages Last updated on August 31, 2017 by Christoph Herr function add_genesis_comments() { global $withcomments; if ( is_archive() || is_home() ) { $withcomments = 1; comments_template(); } } add_action( 'genesis_after_entry', 'add_genesis_comments' );