Over time, your Wordpress blog accumulates blogroll links that limitting a fixed amount of links to show on your blog becomes your last option. If you want to share more link love to your co-bloggers, why not use a blogroll page instead?
Easier said than done, I tried looking for a widget for this purpose and found the Blogroll page widget but it wasn’t quite showing what I wanted:

Doesn’t look very appealing right?
- Using the theme editor, open up your current theme look for your Page Template file

- Copy paste the contents of the Page Template file to your text editor
- Add this to the top of the file:
<?php /* Template Name: Links */ ?>
- Look for a php tag with “the_content”. It may look like this:
<?php the_content('Read the rest of this entry'); ?>and replace it with this:
<?php wp_list_bookmarks(''); ?>note that you can use any argument you want. Read up on wp_list_bookmarks via the Wordpress Codex
- Save the file to any .php name and upload it to your current theme folder
- Go to Write Page on your Wordpress install and if you did everything right, you should find this:

- Choose a page title, select the template and add any other content you want. If you’re curious as to how it looks, check out my page here.
There you have it
Written by sylv3rblade on January 11, 2008 at 7:22 am. Follow responses to this entry via the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Tagged with: internet, Tips, Wordpress
Filed Under: Blogging
Tagged with: internet, Tips, Wordpress
Filed Under: Blogging



















Thanks for this. I’ve been trying to do this for ages and ages!! So simple
638ways’s last blog post..Starting Somewhere
Glad I could be of help ^^
The blogroll page plugin can’t separate the links by categories but your method can..
Thanks for your guide.. You’re the greatest!
Prim3’s last blog post..Wa Bo Eng (I am not free!)
No prob hehe.
Like a charm, thanks!
You rock! I’ve been working on this for a couple days now. All the plugins I’ve found don’t work on 2.7, but this works great! Thanks!
That was straightforward. So glad I didn’t have to install another plugin. Thanks so much.
Marie´s last entry was: Girl’s Guide to Building a Million Dollar Business – Book Review
Thank you so much for this tutorial. It was just what I needed. :3
WOW! That was totally easy!!! THANK YOU SO MUCH! Just perfect.
My blogroll is so large that not only do I want it on it’s own page, but I’d like to break it down into two columns.
Would you have any tips on how to do that?