Thanks for your feedback 🙂
I kind of panicked after I got the notification from Hostgator and didn’t really do too much research about this before posting.
I just learned about the attachment pages you mentioned.
To resolve the issue, I created an attachment.php template and copied my single.php and pasted it into attachment.php, and grabbed the attachment image with wp_get_attachment_image() and wrapped it in a link using wp_get_attachment_url().
I’m not sure if this solution will work if I ever import video or music, since only wp_get_attachment_image() is used, but for now it’s fine.
I also went through my media library and attached all of the unnattached pictures, such as featured images, to posts so that they are in the “attachments” subfolder of that post rather than having their permalink located in a subfolder directly below the homepage.
Thanks again for your input girlieworks 🙂
-
This reply was modified 9 years, 9 months ago by jakesummers.