ID; // Meta box nonce for verification. wp_nonce_field(basename(__FILE__), 'morenews_meta_box_nonce'); // Fetch Options list. $morenews_content_layout = get_post_meta($morenews_post_id, 'morenews-meta-content-alignment', true); $morenews_global_single_content_mode = get_post_meta($morenews_post_id, 'morenews-meta-content-mode', true); if (empty($morenews_content_layout)) { $morenews_content_layout = morenews_get_option('global_content_alignment'); } if (empty($morenews_global_single_content_mode)) { $morenews_global_single_content_mode = morenews_get_option('global_single_content_mode'); } ?>
__('Category Color 1', 'morenews'), 'category-color-2' => __('Category Color 2', 'morenews'), 'category-color-3' => __('Category Color 3', 'morenews'), ); ?>