fyrevortex
Member
Posted 3 years ago #
Hello, I want to learn a bit about WP theme editing and php learning. Does anyone know a good site that I can learn from that explains most of how the themes work/how I can edit/change it? Thanks.
Also can you tell me what the php code for putting total post/comment counts into header.php/a text widget? If you can, can you also please include a/the site where it explains how it works? Thanks.
http://codex.wordpress.org/Template_Tags
for learning how themes work. This is really the best place to start.
Find a theme you like and just start taking it apart. Read the code and read the codex.
Having said that...I learned way more by making my own theme. Start here and work your way up if that interests you.
http://wordpress.org/extend/plugins/comment-count/
A plugin for counting comments.
fyrevortex
Member
Posted 3 years ago #
Thanks. What I'm looking for is the php code so that I can stick it into the header.php/footer.php... Is there any?