Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress WordPress Theme Development Adding a Blog to a WordPress Theme Coding the Blog Homepage

Debby Beachy
PLUS
Debby Beachy
Courses Plus Student 2,096 Points

Meta showing the <ul> bullets.

Imgur

Why do I have a bullet list with my meta tags? It should be no bullets as far as I can see my code is the same, everything is functioning correctly but my meta tags are not right. In the tutorial there was nothing about CSS.

1 Answer

have u got a css reset sheet? by default bullet lists do have a bullet point.. u need a css style like:

ul { list-style: none; }

Debby Beachy
Debby Beachy
Courses Plus Student 2,096 Points

Yes, this I know, however I'm working on WordPress and it only shows as bullet list on Posts not Pages.