• Hey guys,

    Is there any other way to dynamically display a list of pages other than using this code:

    “<?php wp_list_pages(‘title_li=<h3>Pages</h3>’ ); ?>”

    Because when I use that it makes a really big nasty bullet off to the left which totally looks absurd on the theme.

    I tried getting rid of the _li part in the code thinking it wouldn’t make it a listed type item, but it did.

    Any solutions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this in the CSS –

    ul { list-style-type: none; }

    That should get rid of the bullets. I am sure there is another way – it’s in the codex somewhere.

    Thread Starter andym3

    (@andym3)

    Hi Tony,

    I added that code to the stylesheet but the bullet is still there. Anything else I could try? (I’d link to my blog but I don’t want to publically link to it.)

    Thanks,
    Andrew

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Question about code to display pages’ is closed to new replies.