Title: Problem with tag pages
Last modified: July 17, 2019

---

# Problem with tag pages

 *  [amanda3ip](https://wordpress.org/support/users/amanda3ip/)
 * (@amanda3ip)
 * [7 years ago](https://wordpress.org/support/topic/problem-with-tag-pages/)
 * Hi,
 * I have your plugin in my site but I have a problem with WPML and tag pages.
    
   I see that some user has the same problem with categories and you correct the
   bug in an upgrade of the plugin a year ago.
 * The topic was: [https://wordpress.org/support/topic/bug-with-wpml-on-category-pages-and-solution/](https://wordpress.org/support/topic/bug-with-wpml-on-category-pages-and-solution/)
 * But in tag page, the problem still exist…
 * For example, I have a tag in my site:
    [https://ellipse.prbb.org/tag/ibe-2/](https://ellipse.prbb.org/tag/ibe-2/)(
   English) [https://ellipse.prbb.org/es/tag/ibe-csic-upf-es/](https://ellipse.prbb.org/es/tag/ibe-csic-upf-es/)(
   Spanish) [https://ellipse.prbb.org/ca/tag/ibe-csic-upf/](https://ellipse.prbb.org/ca/tag/ibe-csic-upf/)(
   Catalan)
 * That works ok in spanish and catalan but in english doesn’t works, although we
   have the same total number of post in all langauges: 31.
 * I change in your plugin, in ajax-load-more.php:
 * // WPML fix for category/tag/taxonomy archives
    if ( (isset( $_GET[‘category’])&&
   $_GET[‘category’]) || (isset($_GET[‘taxonomy’]) && $_GET[‘taxonomy’]) ) { unset(
   $_REQUEST[‘post_id’]); }
 * To:
    // WPML fix for category/tag/taxonomy archives if ( (isset( $_GET[‘category’])&&
   $_GET[‘category’]) || (isset($_GET[‘taxonomy’]) && $_GET[‘taxonomy’]) || (isset(
   $_GET[‘tag’]) && $_GET[‘tag’]) ) { unset($_REQUEST[‘post_id’]); }
 * And it works fine…
 * Could you see the problem and try to correct it, in a future version of the plugin?
 * Thanks in advance
    -  This topic was modified 7 years ago by [amanda3ip](https://wordpress.org/support/users/amanda3ip/).
    -  This topic was modified 7 years ago by [amanda3ip](https://wordpress.org/support/users/amanda3ip/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * (@dcooney)
 * [7 years ago](https://wordpress.org/support/topic/problem-with-tag-pages/#post-11755551)
 * Hi [@amanda3ip](https://wordpress.org/support/users/amanda3ip/)
    Thanks for this.
   I’m running WPML tests this week so will test and add this.

Viewing 1 replies (of 1 total)

The topic ‘Problem with tag pages’ is closed to new replies.

 * ![](https://ps.w.org/ajax-load-more/assets/icon-256x256.png?rev=2944639)
 * [Ajax Load More – Infinite Scroll, Load More, & Lazy Load](https://wordpress.org/plugins/ajax-load-more/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ajax-load-more/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ajax-load-more/)
 * [Active Topics](https://wordpress.org/support/plugin/ajax-load-more/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajax-load-more/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajax-load-more/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Darren Cooney](https://wordpress.org/support/users/dcooney/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/problem-with-tag-pages/#post-11755551)
 * Status: not a support question