• Hi,

    I am using the following code for next and previous entries

    <?php next_post(‘%’,’Next »’, ‘no’); ?>
    <?php previous_post(‘%’,’« Previous’, ‘no’); ?>

    result is “NextEntries » « PreviousEntries “

    Bothe are displaying next to each other now i want to NextEntries to be displayed in right and previous entries in left like alignment how do i do that what php code need to be added

    thanks for your help

  • The topic ‘Next and Previous entries help’ is closed to new replies.