li tags in get_archives
-
Somebody pray tell me why there isn’t an option of disabling
- tags in get_archives, whereas there is one for list_cats ?
Of course, I had to hack the code from this:
====
echo “ - year”.zer
oise($arcresult->month, 2).'”>’;
echo $month[zeroise($arcresult->month, 2)].’ ‘.$arcresul
t->year;
echo “ - and stuff be disabled. Just my two paise.
Otherwise, WP is reallygreat. Thanks so much for the private option and the links manager. I still use lj-update from the older version of b2. I would be really glad, if lj-update could also be integrated into WP.
Thanks
\n”;
===
to this:
====
echo “year”.zeroise
($arcresult->month, 2).'”>’;
echo $month[zeroise($arcresult->month, 2)].’ ‘.$arcresul
t->year;
echo “<br/>\n”;
====
Can we atleast give an option to that ?
On a related note, does WP need to take care of the layout for me ? Shouldn’t that be left to the user ?
Suggestion : The defaults should be such that…any extra-html tags like - tags in get_archives, whereas there is one for list_cats ?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘li tags in get_archives’ is closed to new replies.