My blog had the following permalink structure: /%%postname%%/
Using this, my attachments used to have this url:
http://mysite.com/post-slug/attchament-slug
After upgrading WordPress to the Newest version when I try to set this structure, it auto changes to site/postname/. That's ok since this is the URL I want for my posts, but now the old permalink structure doen't work for the attachments anymore.
So I have a lot of broken links pointing to this urls ( http://mysite.com/post-slug/attachment-slug ). Does anyone now how can I solve this?
Thanks in advance!
/%postname%/or/%%postname%%/? The latter is invalid. – toscho♦ Jan 24 '12 at 0:59/%postname%/. Thks toscho. – brubrant Jan 24 '12 at 21:53