<?php $posts = get_posts(); if(!empty($posts)) { foreach($posts as $post) { echo $post->post_excerpt; } } ...
確定! 回上一頁