
內容簡介
使用 Pojo Sidebars 您可以為任何頁面創建所需的多個側邊欄,特別是針對基於 Pojo Framework 的主題。
您可以輕鬆地將您的網站分為區域,同時為每個單獨的頁面或自定義文章類型設置特定的側邊欄。
您可以通過嵌入具有唯一短碼的文本編輯器中的不同側邊欄來替換任何側邊欄。
使用內置短碼顯示側邊欄:
[pojo-sidebar id="ID"]
使用 WordPress 函數顯示側邊欄:
<?php dynamic_sidebar('pojo-sidebar-ID'); ?>
您想貢獻 Pojo Sidebars 嗎?我們隨時歡迎您在 GitHub repo 上提交請求。同樣,如果您有關於代碼的任何注釋,請在此問題跟蹤器上打開票。
外掛標籤
開發者團隊
原文外掛簡介
With Pojo Sidebars you can create as many sidebars you need for any page you want. Especially for themes based on Pojo Framework.
You can easily separate your site into sections, as well as set a specific sidebar for every single page or custom post type.
You can replace any sidebar with a different one by embedding it in the Text Editor with a unique shortcode.
Display a sidebar using a built-in shortcode:
[pojo-sidebar id="ID"]
Display a sidebar using a WordPress function:
Would you like to like to contribute to Pojo Sidebars? You are more than welcome to submit your requests on the GitHub repo. Also, if you have any notes about the code, please open a ticket on this issue tracker.
