how-to: link list
-
I have a little design- or wp-tag problem:
my link list schould looks like this:
:: link 1
:: link 2
…
and there is no problem with the <?php get_links> but with the archive and the category lists.
for the categories i use this tag:
<?php list_cats(1, ‘text’, ‘name’, ‘asc’, ‘file’, false, false, true, true); ?>
but there is no ‘before’ option. where i can put the ‘:: ‘ in?
for the archive i use this tag:
<?php get_archives(‘monthly’, ‘3’, ‘other’, ‘:: ‘, ‘
‘, true); ?>
but either i get a html-list (with ‘html’ in the ‘format’ option) or the archives links are all in one line like this:
:: June 2002 (1) :: May 2002 (30) :: April 2002 (24)
hopfully you can help me again.
thanx – holger
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘how-to: link list’ is closed to new replies.