Category Archives: Music

global $ct_options; $blog_empty_thumbnail = $ct_options['blog_empty_thumbnail']; $blog_featured_type = $ct_options['blog_featured_type']; $post_type = get_post_meta($post->ID, 'ct_mb_post_type', true); if( $post_type == '' ) $post_type = 'standard_post'; $show_user = $ct_options['blog_post_author']; $show_category = $ct_options['blog_post_category'];