Thanks again t31os,
I didn’t get a chance to take a look at this again until now. Okay, so it appears my htaccess file code and location is correct, and I haven’t had other issues that would be caused by the htaccess that I know of. So, I’m ruling that out.
I did a new blog post to see if the problem still occurs, but I’m confused about what you said in one of the posts here:
When you say it ends up in the old format, where are you actually looking at in the DB?..
If you’re referring to post_guid in the posts table, that’s normal behaviour and the guid will show a PHP query string style URL, eg. https://example.com/?p=1 … it’s suppose to …
When I examine the post_guid in my database, this is what it shows for some of the blog post titles. As an example, some are in this permalink format under “guide” as this:
https://www.myurl.com/?p=998
All the draft posts are in that format. But then some blog posts, once their published are in the pretty permalink structure like this:
https://www.myurl.com/2008/04/30/post-name-is-here/
and some are not! Any new blog posts I publish are in this format:
https://www.myurl.com/?p=998
Again, just to clarify, my blog had been upgraded from 2.7.1 to 2.9.1, but I’m not sure if that was when the problem occurred, or due to a hack, which was cleaned up prior to the upgrade, but there may have still been some bad codes remaining when the upgrade was done.
In order to correct the problem in my database, I’m really hoping to not have to reinstall a bunch of files, if possible. Somewhat fearful I might create another problem by doing so, if I goof! Thanks again for the help.