Dynamically Dynamic Sidebar

Dynamically Dynamic Sidebar Install Statistics

11
100%
Today: 11 Yesterday: 0 All-time: 1,593 downloads
Dynamically Dynamic Sidebar Icon

Try plugin: Dynamically Dynamic Sidebar

We'll create fresh WordPress site with Dynamically Dynamic Sidebar installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Dynamically Dynamic Sidebar

Create unlimited custom sidebar/widget areas and switch existing areas depending on post, page, custom-post-type post, categories, tags and custom tax …

0


0


0


0


0

updated: 8 years ago
since: 8 years ago

Description

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.

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