이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Conditional Widgets

설명

IMPORTANT: This plugin will NOT function after the Widgets screen overhaul that is part of WordPress 5.8 unless you use the Classic Widgets plugin (https://wordpress.org/plugins/classic-widgets/). The plugin will continue to be supported/maintained for those using Classic Widgets, but there are no plans to make Conditional Widgets work once Widgets are Blocks.

This plugin adds a form to each widget on the Widgets panel which allows users to choose which pages and/or categories the widget is either displayed on or hidden from.

For each widget, you can choose criteria to either SHOW or HIDE the widget, based on a number of categories. The interface is quite intuitive, and requires no knowledge of php or conditional tags.

스크린샷

  • Each widget gets an expandable form at the bottom of it for controlling display options on the home page and for both pages and categories.

설치

Standard Installation Procedure

  1. Upload the cets-conditional-widgets folder to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.

후기

2020년 8월 24일
I have been looking for such a widget for some time, and found it today. It is working with wp 5.5. Thank you for the plugin.
2019년 4월 5일
Very useful plugin, light, easy to use for customizing each category widget, or page too, it works very well. Thanks -:)
모든 24 평가 읽기

기여자 & 개발자

“Conditional Widgets”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Conditional Widgets”(이)가 6(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Conditional Widgets”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

3.1

  • Added message to readme explaining the future of Conditional widgets after WordPress 5.8

3

  • Improved string translatability (Props @alexclassroom)

2.2

  • New Features: Hide on Desktop / Hide on Mobile. (Note that using either of these options will immediately hide the widget when the condition is true, and any other options to ‘show’ will be ignored.
  • Fixes lots of small bugs related to the display of the widget control form

2.1

  • Major update of code formatting to better align with WordPress style and guidelines – props @cFoellmann
  • Support Conditional Widgets toggle JavaScript on the Customize screen

2.0.5

  • Attempted to resolve the strict warnings
  • IMPORTANT! If updating in a MultiSite/Network environment, you’ll need to visit the dashboard of every site for the plugin to continue to work properly. If you have a large network, consider using my helper plugin: https://github.com/MadtownLems/cets-multisite-dashboard-crawler

2.0.1

  • Major Rewrite: modified how settings are stored.

1.8

  • Added an additional checkbox for ALL pages/categories to, once again, make the UI even easier to understand

1.7

  • Added VERY basic string translation support
  • Tweaked UI surrounding pages/categories to be easier to understand

1.6

  • Only display the informative debugging text when WP_DEBUG_DISPLAY is true
  • More verbose informative debugging text

1.5

  • Fixed a bug surrounding the extra conditional checks on some configurations (Thanks, mmcginnis!)
  • Added debugging and informative statements while WP_DEBUG is enabled

1.4

  • Added support for Posts Pages (when using Static Front Page)

1.3

  • Added support for saving options on Widgets that didn’t otherwise have options

1.2

  • Added option for Tag Archives (by request)

1.1

  • Added options for Search, 404, Date Archives, and Author Archives

1.0.2

  • Small edit to play nicely with some other plugins and their additional processing

1.0.1

  • Basic bug fixes: resolved some warnings and errors. (Sorry for the inconvenience.)

1.0

  • Initial Release