Just add this code where you desire on the page.
Return to <a hre="http://konen.mine.nu/">home page</a>
I want just a link, instead of having a page with a link on it. Is that possible?
That’s what Marc said – add the code.
Furthermore a search will show you several solutions:
http://search.wordpress.org/adding+home+link+pages
It wasn’t too easy. I kept adding it, but I couldn’t get it to keep the same css as the other pages links. This is what some of the code looks like.
<?php wp_get_archives(‘type=monthly’); ?>
Thanks again
Just out of curiousity: did you click on the link I gave in my previous post?
Yes I did look at the links, and I finally found the easy way to do it. Thanks for the help, and anyone else looking for the question, here’s the answer.
This is the code that I used to get a “Home” link at the top of the pages list in the sidebar.
Edit template-functions-post.php in the wp-includes directory.
You will only need to edit one line. Not sure if this has already been posted by someone else yet. If so, please ignore.
Somewhere around line 324:
(Just change the URL to your address.)
$output .= ‘<li class=”pagenav”>’ . $r[‘title_li’] . ‘
tried to mess up the link to show ya,
$output .= ‘<li class=”pagenav”>’ . $r[‘title_li’] . ‘