Dynamically Dynamic Sidebar Wordpress Plugin - Rating, Reviews, Demo & Download

Dynamically Dynamic Sidebar Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin 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.

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

Screenshots

  1. First, you add your own dynamic sidebar areas. It's unlimited.

    First, you add your own dynamic sidebar areas. It’s unlimited.

  2. Widget areas will appear on your admin panel. Put your widgets inside them.

    Widget areas will appear on your admin panel. Put your widgets inside them.

  3. Choose which widget area you want to use for categories, tags and all the custom taxonomy terms.

    Choose which widget area you want to use for categories, tags and all the custom taxonomy terms.

  4. You can also choose specific sidebar area for each post, page and custom-post-type post.

    You can also choose specific sidebar area for each post, page and custom-post-type post.


Reviews & Comments