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?
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?
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 :)
Thank you very much! Just what I was looking for. :)
This topic has been closed to new replies.