Title: position post navigation
Last modified: August 22, 2016

---

# position post navigation

 *  [archizoom](https://wordpress.org/support/users/archizoom/)
 * (@archizoom)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/position-post-navigation/)
 * hallo,
 * my post navigation is below content.
    look here: [](http://archizoom.de/?p=78)
 * 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](https://wordpress.org/support/users/archizoom/)
 * (@archizoom)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/position-post-navigation/#post-5227282)
 * link:
    [http://archizoom.de/?p=78](http://archizoom.de/?p=78)
 *  Thread Starter [archizoom](https://wordpress.org/support/users/archizoom/)
 * (@archizoom)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/position-post-navigation/#post-5227383)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

## Tags

 * [change](https://wordpress.org/support/topic-tag/change/)
 * [post navigation](https://wordpress.org/support/topic-tag/post-navigation/)

 * 2 replies
 * 1 participant
 * Last reply from: [archizoom](https://wordpress.org/support/users/archizoom/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/position-post-navigation/#post-5227383)
 * Status: not resolved