<?php define('WP_USE_THEMES', false); get_header(); ?> 這裡開始loop : <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>.
確定! 回上一頁