• hallo,

    my post navigation is below content.
    look here:

    and I would like to exchange the position (and the arrow)
    from preview story and next story (left to right and right to left).

    is this possible ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter archizoom

    (@archizoom)

    Thread Starter archizoom

    (@archizoom)

    found in post-nav.php.

    exist:

    <?php if ( is_single() ): ?>
    <ul class=”post-nav group”>

    <li class=”next“><?php next_post_link(‘%link’, ‘<i class=”fa fa-chevron-right“></i>‘.__(‘Next story’, ‘hueman’).’ <span>%title</span>’); ?>

    <li class=”previous“><?php previous_post_link(‘%link’, ‘<i class=”fa fa-chevron-left“></i>‘.__(‘Previous story’, ‘hueman’).’ <span>%title</span>’); ?>

    <?php endif; ?>

    new:

    <?php if ( is_single() ): ?>
    <ul class=”post-nav group”>

    <li class=”previous“><?php next_post_link(‘%link’, ‘<i class=”fa fa-chevron-left“></i>‘.__(‘. . . neueres thema . . .’, ‘hueman’).’ <span>%title</span>’); ?>

    <li class=”next“><?php previous_post_link(‘%link’, ‘<i class=”fa fa-chevron-right“></i>‘.__(‘. . . ?lteres thema . . .’, ‘hueman’).’ <span>%title</span>’); ?>

    <?php endif; ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘position post navigation’ is closed to new replies.