Bug with titles and urls
-
I set the permalinks format so the same one used by blogger and works fine. Backwards compatibility is preserved.
Issue:
Some wp urls are different from the blogger ones.
Reason:
Blogger creates the url based on the title. If the title is changed afterwards, the url does not.
WordPress/importer create the permalinks from the title, so the new links are not the same as the old ones in those cases.
For my blog, this case is not very common (hopefully) so I plan on fixing it manually:
1) Get all links from the new blog (eg new.example.com).
2) Change them to old.example.com.
3) Check which ones return 404 from blogger.Not sure how can I do (1) but I bet it should be easy ??
Something like this should work.
https://stackoverflow.com/questions/8953585/wordpress-get-links-to-all-posts-on-one-page
- The topic ‘Bug with titles and urls’ is closed to new replies.