Skip to content

Instantly share code, notes, and snippets.

@radarin
Last active March 1, 2020 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radarin/766df29c95282dd5dd91b949eb5c8b55 to your computer and use it in GitHub Desktop.
Save radarin/766df29c95282dd5dd91b949eb5c8b55 to your computer and use it in GitHub Desktop.
Widget in WP Theme anzeigen
<?php if ( is_active_sidebar( 'neues_widget' ) ) : ?>
<?php dynamic_sidebar( 'neues_widget' ); ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment