• 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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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>

    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 ??

    Thread Starter ingela

    (@ingela)

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to link a post’ is closed to new replies.