I think you should check if there’s any unclosing <div> especially within the content.
Thread Starter
Anonymous
okay, I fixed the div problem. I had the content div on my actual page, and the wp include I use..
How do I get the title to go right? I want it to not be a link, and the bullet to be gone, if possible.
Thanks by the way
~Kris
The things you have in braces are the category titles… I’d assume you’d want the post titles instead? It’s hard to say without a link to your php — if you make a copy with the extension .phps, we can look at the source directly and give you more specific instruction.
In 1.0, categories are a list, not a single element. If you use the_category, you get a link to the categories for the post. You might need to make a little custom function if you don’t want a link (I don’t have 1.0-release yet, so I don’t know if they added back a function that just gives you a list and not links…).
=d
http://www.chait.net
You could also try altering the parameters of <? php the_category () ?> and see whether that helps.
Thread Starter
Anonymous
Okay, I got it all figured out so it looks okay, thanks to you guys. My many thanks for that 🙂 Now my only complaint is that the catergory is linked, and I don’t know how to undo that, but I can live with that one.
Once again, thanks!
~Kris
Thank you, Cinila for the help with the categories display CSS. I had been tearing my hair out about that!