WordPress template methods, part 2: a little workout

Lesson#6 of 13 in project Exercise

Exercises for baby WordPress developers

  1. Use get_header to include a header on your webpage
  2. Use get_footer to include a footer on your webpage
  3. Use wp_head() for inserting header tags
  4. User bloginfo() for showing your blog information
  5. bloginfo() VS get_bloginfo(): what's the difference?
  6. home_url(): use it at least once