Title: earphinteractive's Replies | WordPress.org

---

# earphinteractive

  [  ](https://wordpress.org/support/users/earphinteractive/)

 *   [Profile](https://wordpress.org/support/users/earphinteractive/)
 *   [Topics Started](https://wordpress.org/support/users/earphinteractive/topics/)
 *   [Replies Created](https://wordpress.org/support/users/earphinteractive/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/earphinteractive/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/earphinteractive/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/earphinteractive/engagements/)
 *   [Favorites](https://wordpress.org/support/users/earphinteractive/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [single.php showing multiple posts](https://wordpress.org/support/topic/singlephp-showing-multiple-posts/)
 *  Thread Starter [earphinteractive](https://wordpress.org/support/users/earphinteractive/)
 * (@earphinteractive)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/singlephp-showing-multiple-posts/#post-1026349)
 * Theme I coded myself….
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [single.php showing multiple posts](https://wordpress.org/support/topic/singlephp-showing-multiple-posts/)
 *  Thread Starter [earphinteractive](https://wordpress.org/support/users/earphinteractive/)
 * (@earphinteractive)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/singlephp-showing-multiple-posts/#post-1026343)
 * Ok, I’ve read some posts on how the single.php template works and it makes sense,
   and I’ve also looked at the “Default” single.php template, but having a hard 
   time figuring out what’s wrong.
 * I’m getting multiple posts when single.php is used. A friend mentioned that I
   should “limit” the posts to 1 on that page, but not sure how. Is that the right
   approach?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How does single.php work?](https://wordpress.org/support/topic/how-does-singlephp-work/)
 *  [earphinteractive](https://wordpress.org/support/users/earphinteractive/)
 * (@earphinteractive)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/how-does-singlephp-work/#post-735355)
 * Ah.. I’m glad I found this post. Makes sense now.
 * My problem is that I have multiple posts showing up on my single.php. What am
   I missing?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How Do You Make The Link Description Display Beow an Image](https://wordpress.org/support/topic/how-do-you-make-the-link-description-display-beow-an-image/)
 *  [earphinteractive](https://wordpress.org/support/users/earphinteractive/)
 * (@earphinteractive)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/how-do-you-make-the-link-description-display-beow-an-image/#post-818110)
 * Is it possible to list links/bookmarks like I did with “recent” posts? I haven’t
   seen a way to do it like this yet.
 *     ```
       <?php query_posts ('showposts=10'); ?>
       	<?php while ( have_posts() ) : the_post(); ?>
       	<li>
       	<p class="recent-title"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></p>
       	<p class="recent-date"><?php the_time('F jS, Y'); ?></p>
       	</li>
       <?php endwhile; ?>
       ```
   

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