• Dear all,

    I’m currently setting up WPv2.0.1. I have now under Links>Links Categories three entries and the apropriated Link Entries (Links>Add Link). From those three Link Categories I wanted to have the Link with ID=2 to be always on top of all other Blogrolls. I managed to do so by adding …

    <?php get_links('2', '<li>', '</li>', '<br />', FALSE, 'id', TRUE, TRUE, -1, TRUE); ?>

    … into the blogroll.php Element file of my theme. So far so good. But now, this same Link Category is again displayed at the bottom of all other Blogrolls.

    I now need to tweak links.php (under: /wp-includes) to tell it to exclude this ID=2 from displaying again. If I am not mistaken this should be inserted in the Function “get_links_list” al at the bottom of the file.

    I do realy not know how to do this. Is there any helping hand around here?

    Many thanks – DuneBlog`

  • The topic ‘Exclude one Blogroll link-cat to display’ is closed to new replies.