Widgets in the WordPress admin. * The sidebar must be registered in functions.php for widgets to appear here. */ if (is_active_sidebar('sidebar-1')) { dynamic_sidebar('sidebar-1'); } ?>