Quick question – links/css
-
Hello. I would like to display my 2 different categories on links on my webpage. I would like category 1 links to be featured under “blogrolling” and cat 2 links to be feat under “more me”. Currently, with the code as follows, both headings show up, but the links are all conslidated under “blogrolling.” Any help on how I would modify the following code to display the links as desired?? THANKS!!!
<div id=”blogroll”>
<h3>Blogroll</h3>-
<?php get_links(-1, ‘
- ‘, ‘
‘, ‘ – ‘); ?>
</div>
<div id=”blogroll”>
<h3>More Eve</h3>-
<?php get_links(-2, ‘
- ‘, ‘
‘, ‘ – ‘); ?>
</div>
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
The topic ‘Quick question – links/css’ is closed to new replies.