This is really useful, definitely helping me understand this whole customisation thing.
I’ve spotted a mistake though, in the thematic_postheader() function you included the newlines have lost their escaping backslash and become straight ‘n’s. I think they only appear after tags, so I did a search on ‘>n’ and replaced with ‘>&92;n’
2 Comments
Thanks a lot!
This is really useful, definitely helping me understand this whole customisation thing.
I’ve spotted a mistake though, in the thematic_postheader() function you included the newlines have lost their escaping backslash and become straight ‘n’s. I think they only appear after tags, so I did a search on ‘>n’ and replaced with ‘>&92;n’