• Hey,

    on the homepage of my site I do not sink a link for older entries (posts) that I have made. However, when I click on a post I am able to use arrow links that are the bottom of the post to navigate to older posts. I do not think that it is a problem with my permalinks (considering it is the same with every permalink setting.) I also deactivated and reactivated every plugin that I am using–so I’m not sure if it is a plugin issue. Through searching the forums I have gathered that it may be a problem with my “index.php” coding or “.htaccess” file. I would appreciate any help that you all can provide! I need to have this fixed!!

    P.S.- I have included a link to my site at the bottom

    Thank you very much!

    Dj Dopestar
    http://www.djdopestar.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter djdopestar

    (@djdopestar)

    Thanks esmi. I checked out your link. do you know which template and where in my css coding I should add the post_nav_link? (not very versed in css). I appreciate it!

    It’s PHP – not CSS. You need to add it to the bottom of the Loop in your theme’s index.php template file. As this is a commercial theme, you need to seek any further support from the theme’s vendors.
    http://graphpaperpress.com/support/

    Thread Starter djdopestar

    (@djdopestar)

    ok thanks.. the end of the loop in my index.php template is

    <?php if(!$gpp || $gpp['gpp_category_columns']<>"" ) {
        get_template_part('/apps/category-columns');
    } ?>
    
    <!-- Footer -->
    <?php get_footer(); ?>

    Do you think it is ok to add the following coding after the last if statement?

    <div class="navigation"><p><?php posts_nav_link('∞','Go
    Forward In Time','Go Back in Time'); ?></p></div>

    As this is a commercial theme, you need to seek any further support from the theme’s vendors.

    Thread Starter djdopestar

    (@djdopestar)

    ok i will seek support from them.. i appreciate your help though!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Older entries link not showing up..Please help!’ is closed to new replies.