ID, 'custom_callout_text_color' , true); $text = get_post_meta($post->ID, 'callout_text' , true); } else { $tcolor = $options->get($themeslug.'_blog_callout_text_color'); $text = $options->get($themeslug.'_blog_callout_text'); } /* End variable definition. */ /* Echo custom text color. */ if ($tcolor != "") { echo ''; } /* End CSS. */ /* Define Callout text. */ if ($text == '') { $callouttext = 'CyberChimps gives you the tools to turn WordPress into a modern feature rich Content Management System (CMS)'; } else { $callouttext = $text; } /* End define Callout title. */ ?>