ID ) );
$content = trim( get_post_field('post_content', $post->ID) );
$front = get_option('show_on_front');
if(!is_single() && !is_archive() && !is_search() && !is_page_template('page-templates/template-blog.php')) {
?>
>
ID) );
$new_content = preg_match_all("/\[[^\]]*\]/", $content, $matches);
if( $new_content){
echo do_shortcode( $matches[0][0] );
}
else{
echo ace_corporate_the_featured_video($content);
}
?>
ID) );
$new_content = preg_match_all("/\[[^\]]*\]/", $content, $matches);
if( $new_content){
echo do_shortcode( $matches[0][0] );
}
else{
echo ace_corporate_the_featured_video($content);
}
?>
';}
echo wp_kses_post(ace_corporate_strip_url_content($post, 40 ));
if(empty($title)) { echo ''; }
}
else{
the_content( __( 'more
...', 'ace-corporate' ) );
$default = array(
'before' => '
' . __( 'Pages:','ace-corporate' ) . '',
'after' => '
',
'link_before' => '
',
'link_after' => '',
'pagelink' => '
' . __( 'Page','ace-corporate' ) . ' %',
'separator' => '
, ',
);
wp_link_pages( $default );
}
?>