Support » Fixing WordPress » custom pagination

  • melt26

    (@melt26)


    Hello,

    i work on photography project and i have different post template.

    in my single.php i have this :

    <?php
    if (isset($_GET[‘video’]))
    include ‘single-participant-video.php’;
    else
    include ‘single-participant-bio.php’;
    ?>

    but when i use previous_post_link() or next_post_link function(), i would put a “?video” on pagination link.

    can you help me

    sorry for my english

  • The topic ‘custom pagination’ is closed to new replies.