'; if ( has_action( ace()->getPrefixedActionHook( 'render_singular_header' ) ) ) { echo '
'; echo '
'; do_action( ace()->getPrefixedActionHook( 'render_singular_header' ) ); echo '
'; echo '
'; } do_action( ace()->getPrefixedActionHook( 'render_singular_body' ) ); if ( has_action( ace()->getPrefixedActionHook( 'render_singular_footer' ) ) ) { echo ''; } echo ''; # Comments Pings if ( is_singular() || is_page() ) { if ( comments_open( $post ) || get_comments_number() ) { comments_template(); } } } }