2017-02-09 54 views

回答

0

我希望這將有助於

add_shortcode('vc_gitem_custom_post_excerpt', 'vc_gitem_custom_post_excerpt_render'); 
function vc_gitem_custom_post_excerpt_render($atts) 
{ 
    return '{{ excerpt_length:' . http_build_query((array) $atts) . ' }}'; 
}