內容簡介
Multiple Sidebar Generator 外掛可輕鬆創建多個自訂側邊欄。這些側邊欄可以在發佈文章/頁面/自訂文章類型時進行選擇。我們可以訂定一個順序,並可以一次性選擇多個側邊欄。
功能:
添加多個小工具側邊欄。
在頁面/文章/自訂文章中選擇不同的側邊欄。
在外觀選項中顯示。
高級用法
如果您想將自定義側邊欄分配給存檔頁面或替換每個頁面的多個側邊欄,則此外掛可能不是最佳解決方案。但它足夠靈活,可以處理各種基於頁面的用途。您甚至可以通過添加幾行代碼來配置它以與自訂文章類型一起使用:
function myprefix_init() {
add_post_type_support( '{{post_type}}', 'multiple-sidebar-generator' );
}
add_action( 'init', 'myprefix_init' );
外掛標籤
開發者團隊
原文外掛簡介
Multiple Sidebar Generator Plugin to easily create many custom sidebars. These sidebars can then select in the creation of a post / page / custom post type. We give an order, and select several at once.
Features:
Add Multi Widget Sidebar.
Select Different Sidebar in Page/ Post/Costom Posts
Display in Appearance Options.
Advanced Usage
If you want to assign custom sidebars to archive pages or replace multiple sidebars per page, this plugin likely won’t be the best solution. However it’s flexible enough to handle a wide range of page-based use cases. It can even be configured to work with Custom Post Types by adding a couple lines of code:
function myprefix_init() {
add_post_type_support( '{{post_type}}', 'multiple-sidebar-generator' );
}
add_action( 'init', 'myprefix_init' );
