jchristopher / attachments

[WordPress Plugin] Attachments allows you to simply append any number of items from your WordPress Media Library to Posts, Pages, and Custom Post Types
wordpress.org/extend/plugins/attachments/
GNU General Public License v2.0
239 stars 78 forks source link

Media Library doesn't show "Uploaeded to" posts for attached files #107

Closed oncet closed 10 years ago

oncet commented 10 years ago

Hi,

I'm using WordPress 3.7.1 and Attachments 3.5.3.

In Media Library there is a column "Uploaded to". This column shows to which posts the file is attached to.

  1. Start creating a new post.
  2. Upload a new file and attach it through the Attachments field.
  3. Go to Media Library, search the file you just uploaded to the new post and check that the post appears on the "Uploaded to" column.

The post to which is attached shows up in the "Uploaded column". This is the expected result. But now try this.

  1. Start creating a new post.
  2. Attach an image previously uploaded through the Media Library.
  3. Go to the Media Library, search for the file you just uploaded and check that the post appears on the "Uploaded to" column.

Instead of the expected result, nothing shows up on the "Uploaded to" column.

attachments_01

I understand it says "Uploaded to" instead of "Attached to" but in this case I believe these are the same thing.

jchristopher commented 10 years ago

Hello, this will be added in the next release of Attachments. When setting up your Instance you can set post_parent => true to have the Uploaded to column populated by Attachments.