WordPress Theme – bloginfo() and include tags
March 05th, 2009 | Author: Sunny
I am learning Flex and iPhone programming right now, but since I have installed WordPress, so I have decided to learn about how to write WordPress Theme first. (Yea.. I just want to learn everything…)
This is my very first WordPress Theme. Very simple, and kinda modified from the default theme which comes with WordPress. I actually have hard time to understand the API and function references from WordPress when I was drafting it at the beginning, but it is kinda straight forward. It is not completely done, and I may just zip it here when it is completed in the future.
I am not going to write much detail here, but going to put some references here for myself for future development.
bloginfo() , get_bloginfo():
http://codex.wordpress.org/Template_Tags/get_bloginfo
get_header(), get_footer(), get_sidebar(), comments_template():
http://codex.wordpress.org/Include_Tags
Original post by Dmitri Gromov