If I want certain Pages to behave in certain ways, is there a simple method? Pehaps the Page about dogs has a certain kind of menu in it, which the Page about cats does not have.
If I were programming this in PHP, I would create a switch() on the Page, and add changes there, probably depending on the ID number of the page, but wonder if there is something that I have missed, that is already available in WordPress. I am assuming that I can only have one Page Template.