Showing comments
-
Hi! I love this theme, and I just started to trying it.
I wanted to show comments from post, so I’m using this part of code from layout.php:
<article id="post-<?php $post_id; ?>"> <?php // Get posts format $format = get_post_format(); // Get elements $elements = oceanwp_blog_single_elements_positioning(); // Loop through elements foreach ( $elements as $element ) { // Comments if ( 'single_comments' == $element ) { comments_template(); } } ?> </article>Question: How could I show comments from an specific post_id that I want? Is it possible with this theme?
Thank you!!!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Showing comments’ is closed to new replies.
