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 Baselines
bloginfo('stylesheet_directory') http://b.ixel.org/wp-content/themes/modify-default

http://codex.wordpress.org/Template_Tags/bloginfo

echo get_settings('home') http://b.ixel.org

options list at: http://www.yoursite.com/wp-admin/options.php

wp_head() false

a 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() false

one 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() false
wp_title('',display) Here’s my page
get_links_list();
  • Blogroll

  • wp_get_archives('type=monthly')
  • May 2007
  • April 2007
  • March 2007
  • February 2007
  • January 2007
  • December 2006
  • September 2006