thanks for the link tptboy
i did that, but when I click NEXT PAGE i see the first page again 😐 and in the footer I see PREVIOUS PAGE (so it really changes the page)
i’ve tried this, but didn’t know exactly where to add this 🙁
on my index.php (the template is Tropical_Grunge) i have:
———————————————-
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<h3 class=”storytitle”><img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/post.gif” alt=”post”> ” rel=”bookmark”><?php the_title(); ?></h3>
<h2><?php the_time(‘j F Y’) ?></h2>
<div class=”meta”>by <?php the_author() ?> @ <?php the_time() ?> <?php _e(“. . . category:”); ?> <?php the_category(‘,’) ?> <?php edit_post_link(‘ (Edit)’,”,”); ?> </div>
<div class=”storycontent”>
<?php the_content(__(‘(more…)’)); ?>
</div>
———————————————
where should I add and what ?!? 🙁