Having different sidebar content for MANY pages?
You could dynamically register sidebars. When you register sidebars, you could query for all of your animal pages, loop over all pages, and register a unique sidebar for each page. Adding a page would automatically create a sidebar for it. However – that’s a lot of sidebars. For something tightly coupled with the page content, … Read more