Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter arpita123

    (@arpita123)

    forgot to attach archive.php default tht came vth the theme—–

    <?php get_header(); ?>

    <div id=”columns”>

    <div id=”centercol”>

    <div class=”box”>

    <div class=”top”></div>

    <div class=”spacer”>

    <?php if(have_posts()) : ?>

    <?php while(have_posts()) : the_post() ?>

    <div id=”post-<?php the_ID(); ?>” class=”post”>

    <?php $category = get_the_category(); // To show only 1 Category ?>

    <div class=”btn-cat”><span class=”btn-general”><?php the_category(“,”); ?></span></div>

    <h2>” rel=”bookmark” title=”<?php _e(‘Permanent Link to’,woothemes); ?> <?php the_title_attribute(); ?>”><?php the_title(); ?></h2>

    <div class=”date”><?php the_time(‘F j, Y’); ?> <?php comments_popup_link( __(‘No comments yet’,woothemes), __(‘1 comment’,woothemes), __(‘% comments’,woothemes)); ?></div>

    <?php if ( get_option(‘woo_the_content’) == “true” ) { the_content(__(‘<div class=”btn-continue”>Continue Reading</div>’,woothemes)); } else { the_excerpt(); ?>

    <div class=”btn-continue”>“><?php _e(‘Continue Reading’,woothemes); ?></div>

    <?php } ?>

    <div class=”fix”></div>

    </div>

    <!–/post–>

    <?php endwhile; ?>

    <div class=”btn-arr fl”><?php next_posts_link(__(‘« Older Entries’,woothemes)) ?></div>

    <div class=”btn-arr fr”><?php previous_posts_link(__(‘Newer Entries »’,woothemes)) ?></div>

    <br class=”fix” />

    <?php endif; ?>

    </div>

    <!–/spacer –>

    <div class=”bot”></div>

    </div>

    <!–/box –>

    </div>

    <!–/centercol –>

    <?php get_sidebar(); ?>

    <br class=”fix” />

    </div>

    <!–/columns –>

    <?php get_footer(); ?>

    Have you found a solution? I have the same problem. Thanks!

    @bmose14
    always better to open a new thread, and to post the name of your theme, and a link to your site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘click on older entries doesnt show them-pagination problem’ is closed to new replies.