So for one particular weblog, I had 300+ entries with a url_title prefix that we needed to truncate. Example: ffa_day_march_4, ffa_day_december_5, etc etc - I ran a sql query to truncate all of the “ffa_day_” prefixes.
This worked for the most part. All entries load with their new url perfectly. The only problem I have now is, that when clicking the link for “tell-a-friend”, the form loads blank. This did work before I truncated the URL.
I’ve cleared all cached data. Is there something related to the url_title that I need to also edit via the database? I’m pretty comfortable with SQL.
Any ideas?