Title: Permalink Issues??
Last modified: August 12, 2020

---

# Permalink Issues??

 *  [dmwebhosting](https://wordpress.org/support/users/dmwebhosting/)
 * (@dmwebhosting)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/permalink-issues-25/)
 * Hello,
    I am sure there is a pretty easy fix to my issue, but i am not able to
   figure this out. I have 2 WordPress sites. One is still at version 5.4 and the
   other was updated this morning to 5.5 The one at skatefactory was updated to 
   5.5 and the URL of the MLS number is being removed. The one at [https://gulfwaterfront.net/show-listings/686543/](https://gulfwaterfront.net/show-listings/686543/)
   is at version 5.4 and the MLS number in the URL shows and it displays the listing
   detail. Something has changed with how permalinks work now and I am not able 
   to fix the site that is on 5.5. Any clues??
    -  This topic was modified 5 years, 9 months ago by [dmwebhosting](https://wordpress.org/support/users/dmwebhosting/).
    -  This topic was modified 5 years, 9 months ago by [dmwebhosting](https://wordpress.org/support/users/dmwebhosting/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpermalink-issues-25%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/permalink-issues-25/#post-13244669)
 * > Something has changed with how permalinks work now and I am not able to fix
   > the site that is on 5.5. Any clues??
 * Try resetting your custom permalinks back to the default setting and renaming
   your WordPress .htaccess file. If that works, then try reading [Using_Permalinks ](https://wordpress.org/support/article/using-permalinks/)
   before setting a custom permalink structure again.
 *  Thread Starter [dmwebhosting](https://wordpress.org/support/users/dmwebhosting/)
 * (@dmwebhosting)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/permalink-issues-25/#post-13245031)
 * I did all the above but still with no success.
 *  Moderator [t-p](https://wordpress.org/support/users/t-p/)
 * (@t-p)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/permalink-issues-25/#post-13245169)
 * This may be a plugin or theme conflict. Please attempt to disable all plugins,
   and switch to the default Twenty Twenty theme. If the problem goes away, enable
   them one by one to identify the source of the problem.
 *  If you can install plugins, install [Health Check](https://wordpress.org/plugins/health-check/).
   On the troubleshooting tab, you can click the button to disable all plugins and
   change the theme for you, while you’re still logged in, **without affecting normal
   visitors to your site**.
 *  Thread Starter [dmwebhosting](https://wordpress.org/support/users/dmwebhosting/)
 * (@dmwebhosting)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/permalink-issues-25/#post-13245346)
 * I disabled all the plugins and changed to the twenty twenty theme. Same issue,
   the number at the end of the URL which is an MLS number and the page called show-
   listings takes that number to display the information. Here is part of my php
   code that was working before WordPress 5.5
 * /* Get the current Page Full URL */
    $listing_url = $_SERVER[REQUEST_URI]; $mls_num
   = explode(‘/’, $listing_url); /* Get the Listing Number */ $mls_number = $mls_num[‘
   2’];
 * For some reason the number is being removed at the end. For a test, I did replace
   the file called canonical.php under wp-includes from version 5.4 and it stopped
   removing that number at the end, but then I just get a oops page can’t be found.
 * Thanks again for helping me get this figured out.
 *  Thread Starter [dmwebhosting](https://wordpress.org/support/users/dmwebhosting/)
 * (@dmwebhosting)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/permalink-issues-25/#post-13245728)
 * To keep the MLS number from being removed I did the following
 * [https://skatefactory.com/show-listings/?686543/](https://skatefactory.com/show-listings/?686543/)
 * I placed a Question Mark before the number and now it is showing the information.
   Is it possible to not use the ? before the number. If I do, for some reason in
   wordpress 5.5 it removes that number and then I get no results found.
 *  [xberg](https://wordpress.org/support/users/xberg/)
 * (@xberg)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/permalink-issues-25/#post-13255728)
 * Hi,
 * I am having exactly the same problem, described here:
 * [https://wordpress.org/support/topic/wp-5-5-problems-with-permalinks/](https://wordpress.org/support/topic/wp-5-5-problems-with-permalinks/)
 * So far I was not able to fix it but I will be following your topic to see if 
   there’s a resolution.
    Downgrading back to WP 5.4.2 fixes the problem.
 *  Thread Starter [dmwebhosting](https://wordpress.org/support/users/dmwebhosting/)
 * (@dmwebhosting)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/permalink-issues-25/#post-13255762)
 * I was just fixing to reply to your post. I have yet to figure out this issue.
   I also had to downgrade one of our sites until I can find a resolution to this
   problem.
 *  [xberg](https://wordpress.org/support/users/xberg/)
 * (@xberg)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/permalink-issues-25/#post-13256345)
 * You are right about the canonical.php file: overwriting this file from WP 5.5.0
   with the version from WP 5.4.2 no longer breaks the link, but generates a 404
   error.
    I spent the last hour comparing both files but I was unable to find the
   fix.

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

The topic ‘Permalink Issues??’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 3 participants
 * Last reply from: [xberg](https://wordpress.org/support/users/xberg/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/permalink-issues-25/#post-13256345)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
