Forums

Link back to portfolio page? (4 posts)

  1. milesa2
    Member
    Posted 2 years ago #

    Im trying to put a link on each single post page back to my portfolio page(my post excerpt page)? This is probably really simple but i cant figure out how.

  2. milesa2
    Member
    Posted 2 years ago #

    figured it out.

    i just used a normal link

    Back to Portfolio

  3. milesa2
    Member
    Posted 2 years ago #

    <a href="?page_id=5">Back to Portfolio</a>

  4. incluye
    Member
    Posted 2 years ago #

    Or you could use
    <a href="<?php echo get_permalink(5); ?>">Back to Portfolio</a>
    or even set up a get_ID_by_name if you wanted to be fancier. The get_permalink function will account for having pretty permalinks set up and whatnot.

Topic Closed

This topic has been closed to new replies.

About this Topic