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

Custom Widget Area

説明

A simple plugin to create custom widget area.
Simply copy and paste these lines where you want to show custom widget content.

After installing and activating this plugin, it will create Header Widget Area.
Assign any widget in This Header Widget Area Plugin.

Simply copy and paste these lines within php tag, where you want to show custom widget content.

if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Header Widget Area’)) :

endif;

You will need to write some css for it. That’s it.

インストール

How to install Custom Widget Area

  1. Download Custom Widget Area.
  2. Upload it into your plugins directory from Plugin Add Feature or FTP.
  3. It will create a directory /wp-content/plugins/custom-widget-area/
  4. Active Custom Widget Area Plugin.

After installing and activating this plugin, it will create Header Widget Area.
Assign any widget in This Header Widget Area Plugin.

Simply copy and paste these lines within php tag, where you want to show custom widget content.

if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Header Widget Area’)) :

endif;

You will need to write some css for it. That’s it.

FAQ

Que. How can we use it in Header Section
Ans. After installing and activating this plugin, it will create Header Widget Area.
Assign any widget in This Header Widget Area Plugin.

Simply copy and paste these lines within php tag, where you want to show custom widget content.

if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Header Widget Area’)) :

endif;

You will need to write some css for it. That’s it.

評価

このプラグインにはレビューがありません。

貢献者と開発者

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

貢献者

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

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

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

変更履歴

No Change Log