Hi,
i work on a relaunch of winki.the-ripper.de with wordpress (i like it :-).
Questions:
#1 why do you have some tags hardcoded?
#2 how can i use wp_list_pages with
<dl>
<dt>Title</dt>
<dd>Something</dd>
</dl>
or does list mean list like < li >
preview page is at:
http://dev.anchor.ath.cx/wordpress/
whitout dl use.
Do i ask the wrong question?
he comeone, the third post is 1 day later and the second was a mistake what i have change to something (maybe) usefull. And i have also use the search tool.
Thanks to the link i have read it but i have do one mistake.
Wrong:
<?php
wp_list_cats('sort_column=name&optioncount=1&hierarchical=0, list=0');
?>
Right:
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0&list=0');
?>
I cant find the way to remove the "< br / >"?
And now im search the same dl ul fun for wp_list_pages.
wfx.