This plugin is outdated and might not be supported anymore
Dynamically Dynamic Sidebar

Dynamically Dynamic Sidebar

Details
View on WordPress

This plugin enables you to create unlimited custom sidebar/widget areas and switch existing areas. You can do this without touching your theme.

This plugin utilizes term meta api and so it works only with WordPress 4.4 and above.

Your theme needs to use is_active_sidebar() when calling dynamic_sidebar() function.

This will work.

if ( is_active_sidebar( 'sidebar-1' ) ) {
    dynamic_sidebar( 'sidebar-1' );
}

This doesn’t work.

dynamic_sidebar( 'sidebar-1' );

If you only want to output your custom sidebar, put this code on where you want to display the sidebar in your theme.

do_action( 'dynamically_dynamic_sidebar' );

This Plugin published on GitHub.

ウィジェットエリアをいくつでも定義し、カテゴリやタグ、カスタム分類ごとに差し替えたり、投稿・ページ・カスタム投稿から使いたいサイドバーを指定したりすることができます。「スクリーンショット」のタブをごらんいただくと、イメージが湧きやすいと思います。

Details

Plugin code:
dynamically-dynamic-sidebar
Plugin version:
0.7
Outdated:
Yes
WP version:
4.4 or higher
PHP version:
or higher
Test up to WP version:
4.6.29
Total installations:
10
Last updated:
2016-09-09
Rating:
Times rated:
0
sidebar
widget
widget-area