<?php if ( ! has_excerpt() ) { echo wp_trim_words(wp_strip_all_tags( get_the_content(), 40 )) ;} else { the_excerpt(); } ?> In this particular ...
確定! 回上一頁