Title: Missing Older Post Link
Last modified: August 21, 2016

---

# Missing Older Post Link

 *  [projectmorpheus](https://wordpress.org/support/users/projectmorpheus/)
 * (@projectmorpheus)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/missing-older-post-link/)
 * Hey I’m using a child theme of Twenty Eleven to implement the Showcase feature.
   I’m really new to PHP but I am familiar with some HTML basics. The showcase and
   everything else is working fine but the older post section at the bottom is missing.
 * [http://watg.ca](http://watg.ca)
 * This is my index.php file. I added the <?php posts_nav_link(); ?> after <?php
   endif; ?> and it did nothing.
 * > get_header(); ?>
   >  <div id=”primary”>
   >  <div id=”content” role=”main”>
   >  <?php if ( have_posts() ) : ?>
   >  <?php twentyeleven_content_nav( ‘nav-above’ ); ?>
   >  <?php /* Start the Loop */ ?>
   >  <?php while ( have_posts() ) : the_post(); ?
   > >
   >  <?php get_template_part( ‘content’, get_post_format() ); ?>
   >  <?php endwhile; ?>
   >  <?php twentyeleven_content_nav( ‘nav-below’ ); ?>
   >  <?php else : ?>
   >  <article id=”post-0″ class=”post no-results not-found”>
   >  <header class=”entry-
   > header”> <h1 class=”entry-title”><?php _e( ‘Nothing Found’, ‘twentyeleven’ );?
   > ></h1> </header><!– .entry-header –>
   >  <div class=”entry-content”>
   >  <p><?php _e( ‘Apologies, but no results were 
   > found for the requested archive. Perhaps searching will help find a related
   > post.’, ‘twentyeleven’ ); ?></p> <?php get_search_form(); ?> </div><!– .entry-
   > content –> </article><!– #post-0 –>
   >  <?php endif; ?>
   >  <?php posts_nav_link(); ?>
   >  </div><!– #content –>
   >  </div><!– #primary –>
   > <?php get_sidebar(); ?>
   >  <?php get_footer(); ?>

The topic ‘Missing Older Post Link’ is closed to new replies.

## Tags

 * [older post](https://wordpress.org/support/topic-tag/older-post/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [showcase](https://wordpress.org/support/topic-tag/showcase/)
 * [twenty eleven](https://wordpress.org/support/topic-tag/twenty-eleven/)

 * 0 replies
 * 1 participant
 * Last reply from: [projectmorpheus](https://wordpress.org/support/users/projectmorpheus/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/missing-older-post-link/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
