內容簡介
一個簡單的外掛,可建立自定義小工具區域。
只需複製並貼上這些內容,即可顯示自定義小工具內容。
安裝並啟用此外掛後,它會建立標題小工具區域。
在這個標題小工具區域外掛中指定任何小工具。
在想要顯示自定義小工具內容的php標籤內,只需簡單地複製並貼上這些內容。
如果 (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Header Widget Area')) :
endif;
您需要為其撰寫一些 CSS,那就是全部了。
外掛標籤
開發者團隊
原文外掛簡介
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.
