Title: Showing comments
Last modified: July 20, 2018

---

# Showing comments

 *  Resolved [tlidstrom](https://wordpress.org/support/users/tlidstrom/)
 * (@tlidstrom)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/showing-comments-3/)
 * 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)

 *  [emranemranx](https://wordpress.org/support/users/emranemranx/)
 * (@emranemranx)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/showing-comments-3/#post-10514256)
 * Hi Tlidstrom,
 * You will need to customize the theme for this. You can also consult with a developer.
 * Thanks!
 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/showing-comments-3/#post-10514682)
 * Hello, I not quite understood what you want to do, the comments are displayed
   by default in the posts.
 *  Thread Starter [tlidstrom](https://wordpress.org/support/users/tlidstrom/)
 * (@tlidstrom)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/showing-comments-3/#post-10514694)
 * Hi! Thanks for your reply.
 * I’m trying to show (in a page) comments of a particular post.
    Thanks!
 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/showing-comments-3/#post-10519357)
 * Hello, you will need to see this with a developer, if it is possible it will 
   be a little complicated.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Showing comments’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.1.5/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/showing-comments-3/#post-10519357)
 * Status: resolved