adding a (left or right) sidebar with underscores
First you’ll want to register your sidebar with register_sidebar(), if you haven’t done it already. You can find a basic example on the function’s documentation. To render the sidebar area within your sidebar template file use dynamic_sidebar(). You can wrap that in if statement with is_active_sidebar(), if the sidebar should only be displayed when it … Read more