• Resolved jennsoer

    (@jennsoer)


    my site: https://little-hypotenuse.com

    If you scroll down there is a list of the months, and the list is a stupid unordered list, complete with those little diamonds. I don’t know how to make those diamonds go away, because all I have for the archives to appear is

    <<?php _e(‘Archives:’); ?>

    <?php wp_get_archives(‘type=monthly’); ?>

    and there isn’t even a trace there, of coding that would make it an unordered list.

    How can I make it go away?

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Try setting the list-style-type to none on the ul element in your css. That should get rid of the diamonds.

    Hey you booger! You deleted the comment I left on your site!

    ;’)

    Thread Starter jennsoer

    (@jennsoer)

    No Yosemite, I didn’t! You had posted the comment on index.html (which I recently renamed to index2.html) which has my greymatter blog ?? not my wordpress one.

    Thread Starter jennsoer

    (@jennsoer)

    I stuck this in:

    UL.plain { list-style-type: none }

    I also tried it with LI instead of UL.

    Both didn’t work!

    Why the .plain? That would indicate that you’d have a class called plain linked to that UL. But if I look at the source of your page I just see a basic UL tag.

    So try: UL { list-style-type: none }

    You have a validation error in your Archives section. Perhaps if you correct this, you will be okay.

    Thread Starter jennsoer

    (@jennsoer)

    Thank you Nazgul! That worked ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘another stupid question, formatting archive links’ is closed to new replies.