Hi,
found in page.php...
// calling the comments template
if (THEMATIC_COMPATIBLE_COMMENT_HANDLING) {
if ( get_post_custom_values('comments') ) {
// Add a key/value of "comments" to enable comments on pages!
thematic_comments_template();
}
} else {
thematic_comments_template();
}
So, I decided to give this a spin and made a custom key/value of comments, which did not turn comments on for that page.
Is there something else I need to add into my child functions.php to activate this feature?