add_filter( 'get_the_excerpt', 'devinsays_trim_excerpt' ); function devinsays_trim_excerpt( $content ) { return substr( 0, 200, ...
確定! 回上一頁