ok, now i’ve change to be category-15.php
pls see this link below
https://inspireasia.com/wp-content/themes/contractor/category-15.php/
the code is :
<?php if (query_posts(‘cat=15’)) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<div class=”entry”>
<?php the_content(); ?>
</div>
</div>
<?php endwhile; ?>
<div class=”navigation”>
<div class=”alignleft”><?php next_posts_link(‘« Previous Entries’) ?></div>
<div class=”alignright”><?php previous_posts_link(‘Next Entries »’) ?></div>
</div>
<?php else : ?>
<h2 class=”center”>Not Found</h2>
<p class=”center”>Sorry, but you are looking for something that isn’t here.
<?php endif; ?>
But still i can’t show previous articles that has categories ID is 15 or [Design].
Pls help