WordPress template methods, part 2: a little workout
Exercises for baby WordPress developers
- Use get_header to include a header on your webpage
- Use get_footer to include a footer on your webpage
- Use wp_head() for inserting header tags
- User bloginfo() for showing your blog information
- bloginfo() VS get_bloginfo(): what's the difference?
- home_url(): use it at least once