1 ) ); add_meta_box( 'brisk_sectionid', __( 'This Page Layout', 'brisk' ), 'brisk_print_box', 'page', 'advanced', 'low', array( 'is_post' => 0 ) ); } /* Prints the box content */ function brisk_print_box( $post, $vars ) { // Use nonce for verification wp_nonce_field( 'a$Gz^'.plugin_basename( __FILE__ ), 'brisk_noncename' ); // The actual fields for data entry $page_layout = get_post_meta(get_the_ID(),'page_layout',true); $options = get_option( 'brisk_theme_options' ); // set defaults if first time if( empty( $page_layout ) ) { $page_layout = $options['theme_layout']; } _e( 'If the presentation is singular the layout chosen below will override the theme layout.', 'brisk' ); ?>