コード例 #1
0
/**
 * Setup Page Settings for SiteOrigin North
 */
function siteorigin_north_setup_page_settings()
{
    SiteOrigin_Settings_Page_Settings::single()->configure(array('layout' => array('type' => 'select', 'label' => __('Page Layout', 'siteorigin-north'), 'options' => array('default' => __('Default', 'siteorigin-north'), 'no-sidebar' => __('No Sidebar', 'siteorigin-north'), 'full-width' => __('Full Width', 'siteorigin-north'))), 'menu' => array('type' => 'select', 'label' => __('Menu Position', 'siteorigin-north'), 'options' => array('default' => __('Default', 'siteorigin-north'), 'overlap' => __('Overlaps Content', 'siteorigin-north'))), 'page_title' => array('type' => 'checkbox', 'label' => __('Page Title', 'siteorigin-north'), 'checkbox_label' => __('display', 'siteorigin-north'), 'description' => __('Display the page title on this page.', 'siteorigin-north')), 'masthead_margin' => array('type' => 'checkbox', 'label' => __('Masthead Bottom Margin', 'siteorigin-north'), 'checkbox_label' => __('enable', 'siteorigin-north'), 'default' => true, 'description' => __('Include the margin below the masthead (top area) of your site.', 'siteorigin-north')), 'footer_margin' => array('type' => 'checkbox', 'label' => __('Footer Top Margin', 'siteorigin-north'), 'checkbox_label' => __('enable', 'siteorigin-north'), 'default' => true, 'description' => __('Include the margin above your footer.', 'siteorigin-north'))));
}