Where to begin with hacking WordPress?
-
Hi All,
I want to get my hands dirty with making some mods to the way WordPress works.
In particular, I want to implement a footnoting system for posts that will allow me to keep footnotes in a seperate table and append them to each applicable post, with an intra post link from the footnoted text to the respective footnote (ie[1]at the point where I’m referring to the footnote and[1]at the beginning of the footnote itself.
I implemented something similar in the blog application I developed for myself, but didn’t have the heart to start from scratch on it after a server crash.
I’ve been trying to find some documentation that describes where WordPress actually assembles each post for display, so I can insert some code to retrieve the applicable footnotes, but haven’t had any luck.
Before I dive in to hundreds (thousands?) of lines of code myself to see if I can find it, I was wondering if a) anyone could point me at documentation that explains this that I may have missed, or b) point me to the location in the relevant file(s) I should be looking at.
Many thanks in advance!
planetthoughtful
The topic ‘Where to begin with hacking WordPress?’ is closed to new replies.