• Curious if anyone else had this issue. So I built a site recently, and have a gallery page. On that page, I have 3 links to sub gallery pages. (These are actual wordpress pages, not posts or categories). The first two galleries function correctly. When you click on the photo, it brings you to the attachment page (image.php) with a large version of the image, and previous and next thumbnails at the bottom. Here is an example of a correct image URL when hovering or clicking from a thumbnail on it’s own gallery page:

    CORRECT URL:
    http://sitename.com/galleries/gallery1/image1/

    Now my issue is the third gallery. The user uploaded images just like the two previous galleries, except now the word “attachment” is inserted in the URL somehow:

    INCORRECT URL:
    http://sitename.com/galleries/gallery1/attachment/image1/

    Any ideas? I’m at a loss on this one, and tried sifting through some of the wp_postmeta table data to see if the URL is stored in there somewhere, but couldn’t find anything out of the oridinary.

Viewing 1 replies (of 1 total)
  • Are you sure they uploaded them exactly the same way? You might try uploading them via FTP and creating the folders the way you want them to appear.

Viewing 1 replies (of 1 total)
  • The topic ‘Built in gallery URL’s’ is closed to new replies.