endforeach; wp_reset_postdata(); // Display connected locations echo '<p>Filming locations:</p>'; foreach ( $post->locations as $post ) : setup_postdata( $post ); ...
確定! 回上一頁