Permalink Post_name
-
Hello,
I have migrated from DLE (Data Life Engine) to WordPress. one of the guidelines was to keep the same urls as on the old website:
my permalink config in word press:
/%post_id%-%postname%.htmlExample of url:
http://mywebsite.com/1148–.html
where:
post_id= ‘1148’
and
post_name=’-‘but somehow WordPress doesn’t allow ‘-‘ digit in the end and automatically adds ‘2’ as final digit
so my output from post menu in dashboard looks like this.
http://mywebsite.com/1148–2.html
and there is a conflict between MySQL entire and WordPress config, which leads to error page while trying to open the post.p.s.
also i was wondering if there is any chance to automatically set featured image from first url in post_content ?
The topic ‘Permalink Post_name’ is closed to new replies.