Title: Dynamically Dynamic Sidebar
Author: ShinichiN
Published: <strong>16. Novembra 2015.</strong>
Last modified: 9. Septembra 2016.

---

Pretražite dodatke

Ovaj dodatak **nije testiran s najnovija 3 glavna izdanja WordPress-a**. Možda se
više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada
se koristi sa novijim verzijama WordPress-a.

![](https://s.w.org/plugins/geopattern-icon/dynamically-dynamic-sidebar.svg)

# Dynamically Dynamic Sidebar

 Od [ShinichiN](https://profiles.wordpress.org/shinichin/)

[Skini](https://downloads.wordpress.org/plugin/dynamically-dynamic-sidebar.0.7.zip)

 * [Detalji](https://bs.wordpress.org/plugins/dynamically-dynamic-sidebar/#description)
 * [Recenzije](https://bs.wordpress.org/plugins/dynamically-dynamic-sidebar/#reviews)
 *  [Instalacija](https://bs.wordpress.org/plugins/dynamically-dynamic-sidebar/#installation)
 * [Razvoj](https://bs.wordpress.org/plugins/dynamically-dynamic-sidebar/#developers)

 [Podrška](https://wordpress.org/support/plugin/dynamically-dynamic-sidebar/)

## Opis

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.](https://github.com/ShinichiNishikawa/Dynamically-Dynamic-Sidebar/)

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

## Slike ekrana

 * [[
 * First, you add your own dynamic sidebar areas. It's unlimited.
 * [[
 * Widget areas will appear on your admin panel. Put your widgets inside them.
 * [[
 * Choose which widget area you want to use for categories, tags and all the custom
   taxonomy terms.
 * [[
 * You can also choose specific sidebar area for each post, page and custom-post-
   type post.

## Instalacija

 1. Upload `dynamically-dynamic-sidebar` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to `/wp-admin/themes.php?page=dynamically-dynamic-sidebar`, which is located
    under `Appearance`

## ČPP

  How many widget areas can I create?

Unlimited.

  How do I switch existing sidebar or widget area?

Choose the target widget area in admin panel. The admin page for this plugin is 
located at Admin > Appearance > Dynamically Dynamic Sidebar.

You need to make sure that the call of dynamic_sidebar is properly wrapped with 
is_active_sidebar() conditional tag.

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

Or you can just output your dynamically created sidebar with `do_action( 'dynamically_dynamic_sidebar');`,
too.

## Recenzije

Nema recenzija za ovaj dodatak.

## Saradnici i programeri

“Dynamically Dynamic Sidebar” is open source software. The following people have
contributed to this plugin.

Doprinositelji

 *   [ ShinichiN ](https://profiles.wordpress.org/shinichin/)

[Prevedi “Dynamically Dynamic Sidebar” na vaš jezik.](https://translate.wordpress.org/projects/wp-plugins/dynamically-dynamic-sidebar)

### Zainteresirani za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/dynamically-dynamic-sidebar/),
pogledajte [SVN spremište](https://plugins.svn.wordpress.org/dynamically-dynamic-sidebar/)
ili se pretplatite na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/dynamically-dynamic-sidebar/)
od [RSS](https://plugins.trac.wordpress.org/log/dynamically-dynamic-sidebar/?limit=100&mode=stop_on_copy&format=rss).

## Zapis promijena

#### 0.1

 * Released on github

#### 0.3

 * Get terms ancestors’ allocated widget area for posts.

#### 0.4

 * 2016/05/16
 * Bug fix. Now you can reset the dynamically chosen sidebar to default.

## Meta

 *  Version **0.7**
 *  Last updated **prije 10 godina**
 *  Active installations **10+**
 *  WordPress version ** 4.4 ili viša **
 *  Tested up to **4.6.30**
 *  Language
 * [English (US)](https://wordpress.org/plugins/dynamically-dynamic-sidebar/)
 * Tags
 * [sidebar](https://bs.wordpress.org/plugins/tags/sidebar/)[widget](https://bs.wordpress.org/plugins/tags/widget/)
   [widget area](https://bs.wordpress.org/plugins/tags/widget-area/)
 *  [Napredni pogled](https://bs.wordpress.org/plugins/dynamically-dynamic-sidebar/advanced/)

## Ocjene

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/dynamically-dynamic-sidebar/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/dynamically-dynamic-sidebar/reviews/)

## Doprinositelji

 *   [ ShinichiN ](https://profiles.wordpress.org/shinichin/)

## Podrška

Imate nešto za reći? Trebate pomoć?

 [Pogledaj forum podrške](https://wordpress.org/support/plugin/dynamically-dynamic-sidebar/)