I'm searching for some site where I can find line by line explanation of an wp theme's code.
Because, I want to implement on my site just commenting area.
I don't need sidebar, gadgets, searching, archives... all the toys.
My page has everything I need, except commenting area, but I can't find which code lines stands after pressing "submit" button.
I tried to find such a simple template - without success.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||
|
|
|
The Twenty Eleven Theme has some decent code comments that explain what's happening. Quick and dirty overview: All comment functionality goes in Your
Take a look at the Twenty Eleven's comment callback for some real insight in ways that you can display comments themselves. |
|||
|