HI,
I am using this code to add a comments to one of my pages. Do I need to add all lines of code for each new page that requires comments or is there a way to specify multiple pages within these lines of code.
Thanks!!!
<?php
if (is_page(183)) {
?>
<div class="et_pb_row">
<?php
comments_template( '', true );
}
?>
</div>