Title: Dynamically Dynamic Sidebar
Author: ShinichiN
Published: <strong>16 de Novembro, 2015</strong>
Last modified: 9 de Setembro, 2016

---

Buscar plugins

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

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

# Dynamically Dynamic Sidebar

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

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

 * [Detalles](https://gl.wordpress.org/plugins/dynamically-dynamic-sidebar/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/dynamically-dynamic-sidebar/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/dynamically-dynamic-sidebar/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/dynamically-dynamic-sidebar/#developers)

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

## Descrición

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/)

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

## Capturas

[⌊First, you add your own dynamic sidebar areas. It's unlimited.⌉⌊First, you add
your own dynamic sidebar areas. It's unlimited.⌉[

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

[⌊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.⌉[

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.⌉⌊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.

[⌊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.⌉[

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

## Instalación

 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`

## Preguntas frecuentes

  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.

## Comentarios

Non hai recensións para este plugin.

## Colaboradores e desenvolvedores

“Dynamically Dynamic Sidebar” é un software de código aberto. As seguintes persoas
colaboraron con este plugin.

Colaboradores

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

[Traduce “Dynamically Dynamic Sidebar” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/dynamically-dynamic-sidebar)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/dynamically-dynamic-sidebar/),
bota unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/dynamically-dynamic-sidebar/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/dynamically-dynamic-sidebar/)
por [RSS](https://plugins.trac.wordpress.org/log/dynamically-dynamic-sidebar/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

#### 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

 *  Versión **0.7**
 *  Última actualización **Fai 10 anos**
 *  Instalacións activas **10+**
 *  Versión de WordPress ** 4.4 ou superior **
 *  Probado ata **4.6.30**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/dynamically-dynamic-sidebar/)
 * Etiquetas
 * [sidebar](https://gl.wordpress.org/plugins/tags/sidebar/)[widget](https://gl.wordpress.org/plugins/tags/widget/)
   [widget area](https://gl.wordpress.org/plugins/tags/widget-area/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/dynamically-dynamic-sidebar/advanced/)

## Valoracións

Aínda non se enviaron valoracións.

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

[Ver todas as valoracións](https://wordpress.org/support/plugin/dynamically-dynamic-sidebar/reviews/)

## Colaboradores

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

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/dynamically-dynamic-sidebar/)