Forums

[resolved] Link to first post/page (3 posts)

  1. christina13
    Member
    Posted 1 year ago #

    Hello everyone

    I manage a blog for two of my friends, and it's configured to show one post on every page. We have links to 'first post', 'previous post', 'next post' and 'newest post' at the bottom, but I can't get the link to the first post working.
    I want it to link to this page: "http://visniffertandpasta.dk/page/155" instead of this: "http://visniffertandpasta.dk/2009/01/02/skumfiduser" (the permalink)
    But the problem is that the "/page/155" changes every time we post something new.
    How can I do it? Can I do it?

    I've tried searching for it, but I can't find anything - I think I'm using the wrong search words, but I don't know what else to try..

    I really hope one of you can help me, because this problem has been annoying me for months!
    - Christina

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    <?php global $wp_query;
    $max_page = intval($wp_query->max_num_pages);
    echo '<a href="'.get_pagenum_link($max_page).'">first post</a>'; ?>
  3. christina13
    Member
    Posted 1 year ago #

    Thank you so much!
    I can't believe I hadn't thought of that..

Topic Closed

This topic has been closed to new replies.

About this Topic