thanks for your info. but still do not work. this is the script (single.php). tq.
<?php get_header(); ?>
<!-- start content items -->
<div class="CON">
<!-- start content left -->
<?php get_sidebar(); ?>
<!-- end content left -->
<!-- start center -->
<div class="SC">
<p><img src="<?php bloginfo('template_url'); ?>/images/featured_img.gif" width="489" height="208" alt="" /></p>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="Post" id="post-<?php the_ID(); ?>">
<div class="PostHead">
<h1><?php the_title(); ?></h1>
<small class="PostAuthor">Admin: <?php the_author() ?> <?php edit_post_link('Edit'); ?></small>
<p class="PostDate">
<small class="day"><?php the_time('j') ?></small>
<small class="month"><?php the_time('M') ?></small>
<small class="year"><? // php the_time('Y') ?></small>
</p>
</div>
<div class="PostContent">
<?php the_content("<p>Selengkapnya... »</p>"); ?>
</div>
<div class="PostDet">
<li class="PostCateg">Kategori: <?php the_category(', ') ?>
</div>
</div>
<br clear="all" />
<ul class="Note">
<li class="NoteTrackBack"><?php comments_rss_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed untuk komentar di sini')); ?>
<?php if ( pings_open() ) : ?>
<li class="NoteRss">" rel="trackback"><?php _e('TrackBack <abbr title="Uniform Resource Identifier">URI</abbr>'); ?>
<?php endif; ?>
<?php comments_template(); ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('« Older Entries') ?></div>
<div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div>
</div>
<?php else : ?>
<h2><?php _e('Tidak ditemukan'); ?></h2>
<p><?php _e('Maaf, materi yang Anda cari tidak ditemukan.'); ?></p>
<?php endif; ?>
</div>
<!-- end center -->
<?php get_footer(); ?>