Add Next and Previous in posts page in Oxygen Builder

Next leh Previous category khat sungate adin hiai anuai a code zat di

With Post Title and Arrow

<div class="post-navigation">
    <div class="nav-previous">
        <?php previous_post_link(
            '%link',
            '← %title',
            true,
            '',
            'category'
        ); ?>
    </div>

    <div class="nav-next">
        <?php next_post_link(
            '%link',
            '%title →',
            true,
            '',
            'category'
        ); ?>
    </div>
</div>

Without Post Title and Arrow

<div class="post-navigation">
    <div class="nav-previous">
        <?php previous_post_link(
            '%link',
            '← Previous Post',
            true,          // same category
            '',
            'category'
        ); ?>
    </div>

    <div class="nav-next">
        <?php next_post_link(
            '%link',
            'Next Post →',
            true,          // same category
            '',
            'category'
        ); ?>
    </div>
</div>

All Categories

<?php previous_post_link('%link'); ?>

<?php next_post_link('%link'); ?>
Copyright © 2026 Siam Naulak.
magnifiercrossmenu