PureNews

PureNews is an amazingly sleek and powerful news theme with unlimited color variations.

View full feature list Check out the live demo Buy this theme today

Creating a links page in WordPress

Posted by on 13th Mar 2007 WordPress 4 comments

Creating an links page is very easy in wordpress and displays all your links in one directory.

You use the same method as you would to create an archive page in wordpress.

The wordpress default theme already has a links template but if your theme does not then all you have to do is copy your page template to a file called links.php and upload it to your theme directory making sure that the file has

/*

Template Name: Links

*/

at the top of the template and the following code for the content :


<h2>Links:</h2>
<ul>
<?php get_links_list(); ?>
</ul>

Once you have a links template all you need to do is create a new page and change the page template to links. Thats it. You should now see a links page which shows all the links you have added to your site. You can see an example of this on our links page.

If you have any questions please let me know :)

kevin

Kevin Muldoon is a webmaster and blogger who lives in Central Scotland. His current project is WordPress Mods; a blog which focuses on WordPress Themes, Plugins, Tutorials, News and Modifications and useful resources such as 101 Places To Find Images For Your Blog Posts.

4 comments - Leave a reply
  • Posted by Dynamic Magician on 17th Jul 2007

    Till we watch the last low star, Let us love and let us take Of each other all we are. On some morning with that star One of us shall lie awake, Lonely for the other's sake.

  • Posted by Netbois Consulting on 9th Jun 2008

    I just found this, and I really needed it! I’m so glad this blog has grown so much, it’s really helped me over the months. :)

  • Posted by Go Gadget Giveaway on 28th Sep 2010

    Thanks. I once had a theme that when i created a page called "links" it automatically posted my blogroll links to it. Odd. This works though!
    My recent post Spa Week- Free iPhone a Week Giveaway

  • Posted by Stan on 8th Jun 2011

    Hi Kevin! Will this work also with the newest version of WP? I have some trouble to set up my links page.
    Thanks.