1
我已經發布了一個測試網址的網站,除了一個頁面我已經設置爲顯示某個類別的帖子,但最近的帖子沒有看起來,如果我發佈該類別下的另一篇文章中就推第二到最後一個頁面上,但仍然不顯示最近的一次我posted..Please幫助..我的最新wordpress文章沒有出現在我選擇的類別中
http://www.scriptposter.com/new/category/gallery/
它拉它雖然在主頁上很好,
主頁 http://www.scriptposter.com/new/
這裏是我使用的代碼:
<?php while (have_posts()) : the_post() ?>
<div class="secondColumn">
<div class="blogFeatureWorkImage">"><?php the_post_thumbnail('small-thumb'); ?></div>
</div>
<div class="thirdColumn2">
<div class="blogFeatureWorkContent">
<h1 class="articleTitle"><span class="yellow">"><?php the_title();?></span></h1>
<p><?php the_content();?></p>
</div>
</div>
<div class="clear"></div>
<?php endwhile; ?>
是你只要從庫類別頁面所採取的代碼? – coryetzkorn