Title: Recent Posts List won&#8217;t Link
Last modified: August 19, 2016

---

# Recent Posts List won’t Link

 *  [kandsadv](https://wordpress.org/support/users/kandsadv/)
 * (@kandsadv)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/recent-posts-list-wont-link/)
 * My list of recent post located in the footer of my site won’t link to the post
   when clicked. I’m not familiar with php so I don’t know what to look for, I’m
   guessing it is a php issue but don’t know. If you have any suggestions please
   let me know. The site is [http://www.central-church.org](http://www.central-church.org).
 * Thanks!

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/recent-posts-list-wont-link/#post-1244418)
 * What are you using to generate the list of recent posts?
 *  Thread Starter [kandsadv](https://wordpress.org/support/users/kandsadv/)
 * (@kandsadv)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/recent-posts-list-wont-link/#post-1244529)
 * Not really sure, I had the template created for me.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/recent-posts-list-wont-link/#post-1244531)
 * Try looking in footer.php in your theme. Without knowing what, if any, custom
   code is involved, there’s not a lot of help people can provide. For publishing
   larger blocks of code, use the [WordPress pastebin](http://wordpress.pastebin.ca/)
   and post the pastebin link here.
 *  Thread Starter [kandsadv](https://wordpress.org/support/users/kandsadv/)
 * (@kandsadv)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/recent-posts-list-wont-link/#post-1244661)
 * Does this help?
 * <div class=”recent-post”>
    <h3>Recent Posts</h3> <?php $recent_posts = get_posts(‘
   numberposts=10’); ?> <?php if(count($recent_posts) > 0) : ?>
    1. <?php foreach($recent_posts as $p) : ?>
    2. 
    3.  <?php endforeach; ?>
 *  <?php endif; ?>
    </div>

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

The topic ‘Recent Posts List won’t Link’ is closed to new replies.

## Tags

 * [link](https://wordpress.org/support/topic-tag/link/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)
 * [recent](https://wordpress.org/support/topic-tag/recent/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [kandsadv](https://wordpress.org/support/users/kandsadv/)
 * Last activity: [16 years, 6 months ago](https://wordpress.org/support/topic/recent-posts-list-wont-link/#post-1244661)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
