Skip to content

Instantly share code, notes, and snippets.

@itsdavidmorgan
Created December 10, 2019 16:41
Show Gist options
  • Save itsdavidmorgan/98d0dbb16d69a4dcdcdbb473ca6baee9 to your computer and use it in GitHub Desktop.
Save itsdavidmorgan/98d0dbb16d69a4dcdcdbb473ca6baee9 to your computer and use it in GitHub Desktop.
Forum Sidebar Snippet
<!-- BEGIN .sidebar -->
<section class="sidebar">
<?php dynamic_sidebar( 'sidebar-forum' ); ?>
<!-- END .sidebar -->
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment