Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Completely messed category page
Hi,
I have a small but crucial issue (maybe a newbie one) displaying articles in a category.
The blog is the next:
www.dazigned.com/blog
For individual articles, everything works great, but when you try to output a list of categories everythig is messed, although de CSS are right. What am I doing wrong?
Thank you very much :)
Offline
Re: Completely messed category page
Oh, I forgot to add that not all categories have articles yet.
Offline
#3 2010-10-11 06:48:33
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Completely messed category page
Hi Malize, it often helps if you first check the validation errors.
Offline
Re: Completely messed category page
Hi Els, Thank you very much for the tip, although I checked and all errors are accessibility errors, not textpattern errors. I’m sure It’s a most obvious thing that I don’t yet know about textpattern.
Offline
Re: Completely messed category page
Looking at a page such as http://www.dazigned.com/category/diseno/, it appears you have used
<txp:category_list break="ul" />
where you should use
<txp:category_list wraptag="ul" break="li" />
If that isn’t it, post a tag trace of a page with the problem.
Code is topiary
Offline
Pages: 1