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

    (@elenadn)

    solved.I inserted a piece of code in my single-portfolio.php function

    What was the code you used? I put in

    <div class="nav-previous alignleft"><?php next_posts_link( 'Older posts' ); ?></div>
    <div class="nav-next alignright"><?php previous_posts_link( 'Newer posts' ); ?></div>

    but no pagination came up.

    Plugin Author RadiusTheme

    (@techlabpro1)

    Hello,
    Next Preview features available in pop up of the PRO version.

    This version don’t have next preview option.

    Thanks

    Hi there,

    I know the free version doesn’t come with pagination. I read that in another thread. I was asking ElenaDn what code they used to manually put in the pagination. I’ve been putting in PHP code from www.ads-software.com and the pagination doesn’t show.

    Thread Starter ElenaDn

    (@elenadn)

    I apologise for the delay as i was away. Iused this code in the TLP Single Portfolio just above the <h2 class=”portfolio-title”> line:

    <div class="next-prev-port"><?php previous_post_link('%link', 'PREVIOUS PROJECT'); ?> | <?php next_post_link('%link', 'NEXT PROJECT'); ?></div>
    <?php echo synved_social_share_markup(); ?>

    Thank you so much! That worked perfectly. =)

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘next previous links’ is closed to new replies.