
內容簡介
這個外掛會自動生成一個頁面專屬的小工具區,當選擇『小工具頁面』範本時,會代替該頁面的內容。需要 Genesis 框架。
當使用『小工具頁面』範本和 Genesis 全寬頁面佈局選項時,您可以添加對 Genesis 構造套用 的支援。以下範例顯示如何在您的主題上實現此功能:
// 將構造套用添加到頁面小工具區域部分
add_theme_support( 'genesis-structural-wraps', array( 'header', 'footer-widgets', 'footer', 'site-inner', 'page-widget-area' ) );
外掛標籤
開發者團隊
原文外掛簡介
This plugin will automatically generate a page-specific widget area that replaces the content of the page when selecting the ‘Widgetized Page’ template. Requires the Genesis Framework.
You can add support for Genesis structural wraps when using the ‘Widgetized Page’ template along with the full-width Genesis page layout option. The following example shows how you can implement this on your theme:
// Add structural wrap to page widget area section
add_theme_support( 'genesis-structural-wraps', array( 'header', 'footer-widgets', 'footer', 'site-inner', 'page-widget-area' ) );
