Forums

Build a link to a page (3 posts)

  1. monkeynotes
    Member
    Posted 7 years ago #

    I am sure someone can solve this one quickly. I want to build a link to my archive page. How do I build this link so that if I rename or change my permalink re-writes it will still work?

  2. moshu
    Member
    Posted 7 years ago #

    I used the page_id - that never changes and it works even if I have nice permalinks. And to avoid all the mess with relative path I did like this:
    <a href="<?php bloginfo('url'); ?>/?page_id=10">Archives</a>

  3. monkeynotes
    Member
    Posted 7 years ago #

    Yes, I remember that method now. Dang, I ended up doing it like this:

    <?php echo get_page_link(54) ?>

    Thanks anyway.

Topic Closed

This topic has been closed to new replies.

About this Topic