Skip to content

Instantly share code, notes, and snippets.

@hashtheme
Created May 20, 2018 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hashtheme/c02c8bc4b3a2c069b9f8a4297067a47d to your computer and use it in GitHub Desktop.
Save hashtheme/c02c8bc4b3a2c069b9f8a4297067a47d to your computer and use it in GitHub Desktop.
font
<?php
require get_template_directory() . '/inc/cs-framework/cs-framework.php';
function industry_rrfonline_theme_metabox( $options ) {
$options = array();
$options[] = array(
'id' => 'industry_rrfonline_slide_meta',
'title' => 'Slider Section',
'post_type' => 'slider',
'context' => 'normal',
'priority' => 'default',
'icon' => 'fa fa-heart',
'sections' => array(
array(
'name' => 'industry_rrfonline_slide_metaboxss',
'title' => 'Slider Text Color',
'fields' =>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment