get_sidebar() get_footer() get_header() comments_template()
the core components of wordpress template
TEMPLATEPATH
pre-defined constant (don't want to echo, a little bit of a security hole), intended to make including any file a cinch, by giving the path to the current template.
bloginfo() & bloginfo('name')
Basslines to Baselines and Basslines to Baselinesbloginfo('stylesheet_directory')
http://b.ixel.org/wp-content/themes/modify-defaulthttp://codex.wordpress.org/Template_Tags/bloginfo
echo get_settings('home')
http://b.ixel.orgoptions list at: http://www.yoursite.com/wp-admin/options.php
wp_head()
falsea programming hook designed so that templates could execute code in the <head> in a modular fashion. More info: http://codex.wordpress.org/Plugin_API
is_single()
falseone of many ways to detect things about a page; http://codex.wordpress.org/Conditional_Tags
is_home() is_page() is_single('Beef Stew') is_category() is_author() is_code()
is_404()
falsewp_title('',display)
Here’s my pageget_links_list();
wp_get_archives('type=monthly')