• Hi nK, I integrated the plugin with ACF to make a custom layout and now the new custom single “project” page works like a charm.

    The only issue is that I’m not able to add previous or next links (from wp codex) to single project page.

    I am editing the single.php file for the template (I don’t need it for blog) and I guess there’s something missing from my side (taxonomy names or functions?)
    Code I used:

    <?php previous_post_link('&laquo; &laquo; %', '', 'yes'); ?>
    | <?php next_post_link('% &raquo; &raquo; ', '', 'yes'); ?>

    The result I got: No links, only the | separator.
    Would really appreciate your help!
    Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author nK

    (@nko)

    Hi.

    This is not actually Visual Portfolio issue. The portfolio is just a WordPress Custom Post Type. I may only assume, that you trying to add links outside of the main ‘while’ loop.

    Regards, nK.

Viewing 1 replies (of 1 total)

The topic ‘Adding Previous & Next links to single projects’ is closed to new replies.