このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Widget Area Builder

説明

Make a sidebar and place it anywhere in post or page with shortcode.

Shortcode :

You will be get the shortcode after creating the sidebar

Manage Sidebars :
In wp dashboard , there is a menu called “Widget Area” to Add and Remove a Sidebar.
As you will add a sidebar, you will see the shortcode to display the sidebar and then you will be able to see a new sidebar area in “Widgets Area”.
Just drag any widget in the sidebar and display through the shortcode in a page, template or anywhere.

Display Sidebar

After creating a sidebar, you will be provided a shortcode like : [ri_custom_sidebar 1], [ri_custom_sidebar 2] …

Just write in wordpress pages or posts where you want to display : [ri_custom_sidebar 1] (for example)

Or use this php code to display in a template : echo do_shortcode(‘[ri_custom_sidebar 1]’); (for example)

インストール

  1. Add plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use shortcode mention in the main page to display the goods

FAQ

Q : How to use this plugin?
A : First create a widget (Widget Area), then call it through shortcode.

Q : How to manage sidebars?
A : Go here : Dashboard >> Widget Area

Q : Is it possible to display the sidebars in a page or a template?
A : Yes

評価

1件のレビューをすべて表示

貢献者と開発者

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

貢献者

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

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

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

変更履歴

1.0

  • May 20th, 2016
  • Built this plugin