下面的代碼顯示了一個WordPress的循環。我如何修改此循環以在頁面上僅顯示一個帖子?哪裏可以查詢只顯示Wordpress中的一個帖子
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="fullbox" id="post-<?php the_ID(); ?>">
<h3><?php the_category(', ') ?></h3>
<div class="fullbox_content">
<h1><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1>
這個問題對我來說並不合適。嘗試重新措辭,我會盡力幫助。 – 2009-12-30 18:05:55
現在它更有意義嗎? – drew 2009-12-30 18:11:04