Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Viewing all articles
Browse latest Browse all 8245

Radsterdriver on "Adding comments to multiple pages? using"

$
0
0

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>


Viewing all articles
Browse latest Browse all 8245

Trending Articles