array( 'id' => 'page-metabox', 'title' => __('Page Options', 'quadro'), 'page' => 'page', 'context' => 'side', 'priority' => 'default', 'fields' => array( array( 'name' => __('Title color', 'quadro'), 'id' => $prefix . 'page_title_color', 'type' => 'color', 'std' => '#' ), array( 'name' => __('', 'quadro'), 'id' => $prefix . 'page_greyed_out', 'type' => 'greyed-out', 'pro_desc' => __('Upgrade to Binder PRO to enable more page options and the Modular Page Template (breadcrumbs, special taglines and full page image backgrounds between other additions!).', 'quadro'), 'pro_url' => 'http://quadroideas.com/wordpress-themes/binder-pro?utm_source=Binder&utm_medium=theme&utm_content=pageOptions&utm_campaign=BinderPRO', ), ) ), // Adding Posts basic meta box 'post_metabox' => array( 'id' => 'post-metabox', 'title' => __('Post Options', 'quadro'), 'page' => 'post', 'context' => 'side', 'priority' => 'default', 'fields' => array( array( 'name' => __('Post Background Color', 'quadro'), 'id' => $prefix . 'post_blog_back', 'type' => 'color', 'std' => '#' ), ) ), ); ?>