| 3 | | 1. Created a post type using the [http://codex.wordpress.org/Function_Reference/register_post_type#Example basic example] from Codex. |
| 4 | | 2. Tested /?s=around&type=book and /?s=around&post_type=book URLs with Twenty Eleven. |
| 5 | | 3. Both resulting pages use the search template. |
| | 3 | 1. Created "book" post type using the [http://codex.wordpress.org/Function_Reference/register_post_type#Example basic example] from Codex. |
| | 4 | 2. Added a new book, "Around the World in Eighty Days". |
| | 5 | 3. Tested /?s=around&type=book and /?s=around&post_type=book URLs with Twenty Eleven. |
| | 6 | 4. Both resulting pages use the search template. |