• I’m using twenty ten on one of my websites. I was reading the docs here: http://codex.wordpress.org/Pages and wanted to create a page of links instead of using the links widget in 2010 on my sidebar…How do I do that?

    According to the codex link above, I just have to change the template to links.php…but I don’t see that option. I need a page that pulls links from my blogroll links…is there a different way to do this with the twenty ten theme? I didn’t see a links.php in the theme folder…if I need to create one what do I do?

Viewing 1 replies (of 1 total)
  • Yes, you would need to make a page template. Easiest way is to probably make a copy of your page.php and name it links.php

    This is a guess, but I’d bet you would remove the loop, the part starting at php if have posts, and ending at php endwhile

    Now where the loop was you would use
    http://codex.wordpress.org/Template_Tags/wp_list_bookmarks

    look at the examples toward the bottom for help

    After that, you put the page template header up top of the file as per the link you provided.

    Then make a page, and assign it that template

    Also, don’t do this to twentyten, here’s a writeup on why not:
    http://go.rvoodoo.com/WPchild

Viewing 1 replies (of 1 total)

The topic ‘twenty ten links.php?’ is closed to new replies.