WooSidebars

説明

With WooSidebars, it’s possible to change the widgets that display in a sidebar (widgetized area) according to a context (for example, a specific page, a specific blog post, certain categories or the search results screen). Setting up a custom widget area to display across multiple conditions is as easy as a few clicks.

Looking for a helping hand? View plugin documentation.

Looking to contribute code to this plugin? Fork the repository over at GitHub. Please also read the CONTRIBUTING.md file, bundled within this plugin.

スクリーンショット

  • The list of custom widget areas.
  • Adding a custom widget area.

インストール

最小限必須条件

  • WordPress 3.3 以降
  • PHP 5.2.4 以降
  • MySQL 5.0 以降

自動インストール

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t even need to leave your web browser. To do an automatic install of WooSidebars, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.

In the search field type “WooSidebars” and click Search Plugins. Once you’ve found our widget areas plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking Install Now. After clicking that link you will be asked if you’re sure you want to install the plugin. Click yes and WordPress will automatically complete the installation.

手動インストール

The manual installation method involves downloading WooSidebars and uploading it to your webserver via your favourite FTP application.

  1. プラグインのファイルを自分のコンピューターにダウンロードして、解凍します。
  2. FTP ソフトを使うか、サーバーの管理画面から解凍したプラグインフォルダを WordPress の wp-content/plugins/ ディレクトリにアップロードします。
  3. WordPress の管理画面のプラグインメニューからプラグインを有効化します。

Where to go after installation

Once WooSidebars has been installed and activated, please visit the “Appearance -> Widget Areas” screen to begin adding custom widget areas.

Upgrading

Automatic updates should work a charm; as always though, ensure you backup your site just in case.

FAQ

Where can I find WooSidebars documentation and user guides?

For further documentation on using WooSidebars, please view the WooSidebars Documentation.

WooSidebars は私のテーマで使えますか ?

Yes; WooSidebars will work with any theme that supports dynamic widget areas.

WooSidebars の開発にどのように貢献できますか ?

Looking to contribute code to this plugin? Fork the repository over at GitHub.
(submit pull requests to the “develop” branch)

評価

2021年10月2日
Hace casi dos años que no lo actualizan y con la última versión de Wordpress 5.8 ha roto mi web. Los artículos han empezado a perder el formato, tamaño de texto, colores, bordes, celdas, etc... y me he vuelto loco durante dos semanas hasta encontrar el problema. Además, si accedo al menú de widgets de worpress empiezan a saltar lineas de error, una por cada widget que tengo en cada barra lateral con este plugin. Y antes de que me de tiempo ha hacer nada, página en blanco con error 404 y la web inservible durante un buen rato. Solución a todos los problemas, desactivar todas las opciones de este plugin, desactivar el plugin y borrarlo y limpiar la base de datos del CPanel. Conclusión: Instalar plugins gratuitos es un error, tarde o temprano los abandonan.
2021年9月19日 1 reply
There is a problem with line 170 in class-woo-sidebars.php which can be fixed by changing the %a to a %s. From this: 'search_items' => sprintf( __( 'Search %a', 'woosidebars' ), $plural ), To this: 'search_items' => sprintf( __( 'Search %s', 'woosidebars' ), $plural ),
2021年8月18日
If you have trouble with widgets showing or being compatible in Oxygen Builder, this plugin can do wonders. Especially true regarding WooCommerce plugins and how they utilize Widgets a lot. Needs to be regularly updated though.
48件のレビューをすべて表示

貢献者と開発者

WooSidebars はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“WooSidebars” は14ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“WooSidebars” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.4.5

  • 2018-06-18
  • Fixes a fatal error, by removing the no longer relevant contextual help.

1.4.4

  • 2018-06-08
  • Bug fix and maintenance release. Enables “pages and their children” as a widget area condition.

1.4.3

  • 2015-09-22
  • Ensures condition headings are present before attempting to output in the conditions meta box.

1.4.2

  • 2015-04-22
  • Security Fix for remove_query_arg vulnerability

1.4.1

  • 2015-02-17
  • Fixes an error notice on the homepage, caused by the tag check logic.

1.4.0

  • 2015-02-17
  • WordPress 3.8 compatibility.
  • Adds “posts tagged with” condition.

1.3.1

  • 2013-08-13
  • Bug fix to ensure multiple conditions save correctly.

1.3.0

  • 2013-08-12
  • Introduces woosidebars_upper_limit filter, used on all database queries, to control scaling.
  • Fixes several PHP notices for “undefined index”.
  • Fixes “single” condition, where a small section of logic was missing for determining if the condition applied to the current screen being loaded.
  • Optimises admin-side JavaScript and CSS.

1.2.2

  • 2013-03-08
  • Changes capability for displaying the menu to “edit_theme_options” in line with the “Widgets” menu capability.

1.2.1

  • 2013-01-09
  • Updated admin JavaScript for WordPress 3.5+ compatibility. Moved “Advanced” tab outside of the tabs list.
  • Fixed bug with the “Template Hierarchy -> Pages” condition that wasn’t applying.
  • When WordPress SEO is active, dequeue unused stylesheets on the “Widget Areas” “add” and “edit” screens.

1.2.0

  • Renamed files according to standards naming convention.
  • Added scope to methods and properties where missing.

1.1.2

  • Routine hardening and maintenance update. Fixed notice message in WooCommerce integration.

1.1.1

  • Fix notice displayed on WooCommerce product pages from the WooSidebars integration.

1.1.0

  • Initial WooCommerce integration.

1.0.0

  • First release. Woo!