Where is "class='xoxo blogroll'" coming from??
-
I am working on my links page.
I have this line of code to produce the content:
<?php wp_list_bookmarks('title_li=&category_before=&category_after=&before=<li class="bookmark">'); ?>
for some reason the resulting web page has this class assigned to the UL:
<ul class='xoxo blogroll'>
I can’t figure out where that is coming from, and there is no such class predefined in my stylesheet. Also, if I create the class in my stylesheet and try to define it, there is no effect on the output, like it’s being overridden.
the main thing I’m trying to do is get the bullets to appear in the
<li>
items inside that UL. But they are missing and I can’t get them to show no matter what I do.any help is much appreciated.
gary in vermont
</li>
- The topic ‘Where is "class='xoxo blogroll'" coming from??’ is closed to new replies.