Forums

How to link a post (4 posts)

  1. ingela
    Member
    Posted 6 years ago #

    So, I am totally new at this and now I have been staring at these codes a while, but I can´t find what I´m looking for.. Or I have gone blind..?

    What I want do to is link a post (in the sidebar) - is that doable? And if so, what is the code?

  2. You'll probably want to edit /wp-content/themes/your-themes-name/sidebar.php and add the link there:

    <a href="<?php echo get_permalink('post-number'); ?>">Check out this post!</a>

  3. HonestWorker
    Member
    Posted 6 years ago #

    Viper already posted the proper solution. But there is a more simple way to get what you want: Use "Pages" instead of Posts - they are being linked directly in the sidebar :)

  4. ingela
    Member
    Posted 6 years ago #

    Thank you very much! Just what I was looking for. :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.