• Resolved Christine357

    (@christine357)


    Hey how do I remove the “Older Posts” link at the bottom of my page with the Twenty Twelve theme? I’m actually using a custom template so I am hoping to remove it only for the page that uses it. But I can’t find a trace of it anywhere.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    But I can’t find a trace of it anywhere

    near line 283 0f the functions.php (Twenty Twelve):

    <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentytwelve' ) ); ?></div>

    Thread Starter Christine357

    (@christine357)

    Thank you so much!

    Moderator t-p

    (@t-p)

    you are welcome 🙂

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

The topic ‘Remove "Older Posts" Link’ is closed to new replies.