I was just wondering whether anyone else writes their WordPress themes using Functions instead of Template Tags?
Obviously, Template Tags are there to help us. However, I often find that I don't like the pre-configured HTML/CSS output of the Tags and so I am always switching to functions so I can have full control over the output.
Am I abnormal? Is anyone else like me?