Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • yup…. all works good. the page naviation work properly. tq.

    ok tq for your info.

    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(); ?>

    my blog (djandjan.com) used into-the-sun-101’s theme. but there is no navigation (ie « Previous Entries or Next Entries ») to see next atau before pages. some body can help me how to make it? tq.

Viewing 4 replies - 1 through 4 (of 4 total)