Junior Member
joined:Jan 18, 2008
posts: 73
votes: 0
Greetings,
I am hoping to simplify a task that I have. We currently have a blog that we are moving to a different platform. The current blog has our URL set up like so:
blog.example.com/bid/#####/title-of-blog
Where ##### are numbers generated by the blog host. On our new platform we are implementing wordpress and have moved the content of the blogs over. The current URL is something like:
blog.example.com/title-of-blog
I can remove the /bid/ portion of the URL, and I can manually insert lines to remove the numbers, but is there a way to have one condition replace /#####/ where it is any (all 5 digit) number?
Thanks