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('<p class="serif">Read the rest of this entry<»</p>'); ?>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
This post was written on Friday, 11th 2008f Jan 2008 at 7:22 am by sylv3rblade and is filed under Blogging. Subscribe to updates via
Atma Xplorer's RSS feeds or via a trackback on your 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.