A particular “Link Category” at the Top
-
In WP v2.0.1 using “Relaxation Themes v2.0.2beta” I want to have a particular Link Category on the Top of the Blogroll list. WP comes with a list of Blogrolls (Links and Link Categories). I have added one more Link Category and assigned one Link to this ID (ID=2). As this Link Category is refering to one of my own sites I want to have this on Display on TOP of all other Link Categories. I guess I have to alter the Blogroll.php of my theme but I du not know what to add.
Any Idea how to do this without tweaking “link.php” from WP?
Here in short what is written in the “Blogroll.php” of my Theme:
<li>
<h2><?php _e('personal Links'); ?></h2><ul>
<?php get_links_list(); ?>
</ul>
</li>
Many thanks in advance – DuneBlog
- The topic ‘A particular “Link Category” at the Top’ is closed to new replies.