
The feel when you finally figure out how to change a custom page’s code to get it to do what you want. 😎
(Explanation below cut if you’re curious)
I was trying to add text to the header on my downloads page, which had been in the original code but I’d removed it.
However, changes to the code weren’t doing anything and the FAQs on the theme creator’s blog weren’t helping.
Looking at the original code, I worked out that I had previously written a section of completely new html to put my own header in there instead of the original, specifically because at that point I didn’t want the text from the original header, just a title, and then forgotten that I had done that. 😅