Widget Importer & Exporter

설명

Widget Importer & Exporter is useful for moving widgets from one WordPress site to another, backing up widgets and for theme developers to give users sample widgets. See the details on ChurchThemes.com.

Importing

Importing is done by uploading an export file created by the plugin. The results of an import are shown in a nicely formatted table with an explanation of what happened with each widget area and widget.

Importation takes into consideration widget areas not existing in the current theme (widgets imported as Inactive), widgets that already exist in the same widget area (widgets not duplicated) and widgets that are not supported by the site (widgets not imported).

Exporting

Widget Importer & Exporter can create an export file (in JSON format with .wie extension) out of currently active widgets. This file can be imported into other sites using this plugin or used to restore widgets to the same site later.

Developers

The wie_before_import action fires after a file is uploaded but before the data is imported. wie_after_import fires after the data is imported. The wie_import_data filter can be used to filter data before it is imported. Other filters are used throughout. Make a pull request on GitHub if you need another hook.

Please jump on GitHub to report issues and follow development.

스크린샷

  • Main import/export screen
  • Results from an import

설치

Please see Installing Plugins in the WordPress Codex.

After activation, go to Tools > Widget Importer & Exporter

FAQ

Why does the JSON export file use a .wie extension?

The export file contains JSON data that is not compatible with any other plugin. Therefore it has a proprietary file extension. This keeps people from confusing export files from other widget import/export plugins.

후기

2023년 8월 14일
I don't like Gutenberg but since it seems to be here to stay, one has to adapt. Exporting and importing a full widget built with several blocks seems to be not possible. This plugin solves that problem. Thank you very much!
2023년 1월 17일
There was a problem importing the .wie file. Used the alternative, copy/paste and that worked.
2023년 1월 1일 1 reply
Doesn't recognize export file created by the same freshly installed plugin when trying to import.
모든 115 평가 읽기

기여자 & 개발자

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

기여자

“Widget Importer & Exporter”(이)가 22(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Widget Importer & Exporter”(을)를 번역하세요.

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

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

변경이력

See releases on GitHub.