Title: Post navigation corrupted
Last modified: April 20, 2026

---

# Post navigation corrupted

 *  Resolved [lucioparr](https://wordpress.org/support/users/lucioparr/)
 * (@lucioparr)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/post-navigation-corrupted/)
 * I’m using Bogo in English/Italian. Posts written in English show the navigation
   arrow only on the left side, while those in Italian show it only on the right
   side. It seems that the navigation is split between the two versions. Any suggestion
   how to fix this?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpost-navigation-corrupted%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/post-navigation-corrupted/#post-18886246)
 * The linked page is in 404. Is it by intention? I don’t get what problems you’re
   facing.
 *  Thread Starter [lucioparr](https://wordpress.org/support/users/lucioparr/)
 * (@lucioparr)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/post-navigation-corrupted/#post-18886275)
 * The correct link is [https://luciophoto.com/street-photography/](https://luciophoto.com/street-photography/).
   Please have a look now.
 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/post-navigation-corrupted/#post-18886366)
 * OK. I can view the page now. But I can’t find any Bogo-related navigation on 
   it.
 *  Thread Starter [lucioparr](https://wordpress.org/support/users/lucioparr/)
 * (@lucioparr)
 * [1 month, 3 weeks ago](https://wordpress.org/support/topic/post-navigation-corrupted/#post-18886405)
 * I found a solution assigning tags to posts for english and italian and adding
   this to function file
 * add_filter( ‘get_next_post_excluded_terms’, ‘tu_exclude_terms’ );
   add_filter(‘
   get_previous_post_excluded_terms’, ‘tu_exclude_terms’ );function tu_exclude_terms(){
   if (! has_tag(’69’)) {return array( ’69’ );}else{return array( ’70’ );}}
 * Thank you anyhow

Viewing 4 replies - 1 through 4 (of 4 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpost-navigation-corrupted%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://ps.w.org/bogo/assets/icon-256x256.png?rev=1047282)
 * [Bogo](https://wordpress.org/plugins/bogo/)
 * [Support Threads](https://wordpress.org/support/plugin/bogo/)
 * [Active Topics](https://wordpress.org/support/plugin/bogo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bogo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bogo/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [lucioparr](https://wordpress.org/support/users/lucioparr/)
 * Last activity: [1 month, 3 weeks ago](https://wordpress.org/support/topic/post-navigation-corrupted/#post-18886405)
 * Status: resolved