
How to Remove Numbers from WordPress URLs
Did you ever encountered numbers like -2 or ?p=123 in your WordPress URLs? In this video, we will show you how to remove numbers from WordPress URLs.
If you liked this video, then please Like and consider subscribing to our channel for more WordPress videos.
Text version of this tutorial:
http://www.wpbeginner.com/beginners-guide/how-to-remove-numbers-from-wordpress-urls/
Follow us on Twitter:
Tweets by wpbeginner
Checkout our website for more WordPress Tutorials
http://www.wpbeginner.com/
Summary of this Tutorial:
Have you ever noticed numbers showing in your WordPress URLs? This could be a -2 at the end of your pretty permalink or weird numbers like ?p=123
Numbers in the URLs are a common problem that WordPress beginners encounter.
You can solve it by changing your permalink structure, and that will get rid of the weird ?p=123 queries and replace it with text-based urls.
To solve -2 style numbers, you may have to edit the post slug.
If that problem still persists, then it’s most likely a duplicate post, and you would want to fix that.
Related Reads:
What is a Pretty Permalink?
http://www.wpbeginner.com/glossary/permalinks/
Source