Title: Only Loading Comments?
Last modified: August 22, 2016

---

# Only Loading Comments?

 *  [jacobwarduk](https://wordpress.org/support/users/jacobwarduk/)
 * (@jacobwarduk)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/only-loading-comments/)
 * I have tried your plugin on a number of sites with different templates and in
   every case it only loads the comments section for the next posts, not the post
   content.
 * Can you help with this please? The plugin looks great and I can’t wait to get
   it working correctly!
 * Regards, Jacob.
 * [https://wordpress.org/plugins/infinite-transporter/](https://wordpress.org/plugins/infinite-transporter/)

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

 *  [alfgago](https://wordpress.org/support/users/alfgago/)
 * (@alfgago)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/only-loading-comments/#post-5700744)
 * Same here
 *  [jilleryfregan](https://wordpress.org/support/users/jilleryfregan/)
 * (@jilleryfregan)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/only-loading-comments/#post-5700760)
 * Same with me.
 *  [jilleryfregan](https://wordpress.org/support/users/jilleryfregan/)
 * (@jilleryfregan)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/only-loading-comments/#post-5700761)
 * I figured it out.
 * The infinite transporter code looks for the template file called “content”.
 * In the transporter.php file on lines 1136-1143:
 *     ```
       while ( have_posts() ) {
       			the_post();
       			get_template_part( 'content', get_post_format() );
   
       		        if( is_single() ) {
       				comments_template();
       			}
       		}
       ```
   
 * In my case, because my theme used a `single.php` without calling out to a content
   template, it was getting nothing except the call to comments_template() here.
 * I fixed this by altering my `single.php` theme to use `get_template_part('content')`,
   and made a `content.php` to house my single post code.

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

The topic ‘Only Loading Comments?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/infinite-transporter.svg)
 * [Infinite Post Transporter](https://wordpress.org/plugins/infinite-transporter/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/infinite-transporter/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/infinite-transporter/)
 * [Active Topics](https://wordpress.org/support/plugin/infinite-transporter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/infinite-transporter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/infinite-transporter/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [jilleryfregan](https://wordpress.org/support/users/jilleryfregan/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/only-loading-comments/#post-5700761)
 * Status: not resolved