add_filter( 'the_excerpt' , 'do_shortcode' );. Once this line of code is added, your shortcodes will now be executed inside the_excerpt(). The ...
確定! 回上一頁