'',
],
''
);
}
);
}
?>
'related-posts',
],
$related
);
}
);
if (
get_theme_mod(
'related_location', 'before'
) === 'before' && $has_related_posts
) {
/**
* Note to code reviewers: This line doesn't need to be escaped.
* The var $related_posts_output used here escapes the value properly.
*/
echo $related_posts_output;
}
ob_start();
$forced_comments_source = blocksy_get_comments_source(true);
$container_class = 'ct-container';
if (
blocksy_akg_or_customizer(
'comments_structure',
$forced_comments_source,
'narrow'
) === 'narrow'
) {
$container_class = 'ct-container-narrow';
}
// If comments are open or we have at least one comment, load up the comment template.
if (comments_open() || get_comments_number()) { ?>
'comments',
],
$comments
)
);
}
?>