Here's another bug I am running into...
if I use
<!--START: CATEGORY_HEADER-->
[CONTENT]
<!--END: CATEGORY_HEADER-->
<!--START: CATEGORY_FOOTER-->
[CONTENT]
<!--END: CATEGORY_FOOTER-->
in my category_x file, I get duplicate content. Basically, it repeats both the header and footer fields' content.
If I have these in my category_x file and only put content into one of the header or footer fields (for that cat), it duplicates whatever is there (whichever field has content)...
If I put some content into the header field and some into the footer field, but ONLY have the
<!--START: CATEGORY_HEADER-->
[CONTENT]
<!--END: CATEGORY_HEADER-->
in my category_x file, it displays the content of both ANYWAY.
This is the stuff that bugs and confuses the hell out of me... I mean, I *could* wrap my head around the fact that it simply doesn't work correctly, but it limits what I can do and takes away the ability to use one of those fields somewhere else - since I don't (obviously) want the content duplicated ever.
bug? known bug?
