When calling wp_title(), do you have to create some kind of “title.php” file?
The wp_title() template tag does some context-based output. From the Codex: The title text depends on the query: Single post or a Page the title of the post (or Page) Date-based archive the date (e.g., “2006”, “2006 – January”) Category the name of the category Author page the public name of the user If you … Read more