• Resolved zahedkamal87

    (@zahedkamal87)


    Hi, Thanks for a great plugin.
    I’m trying to load all attachments of a post in the file_list. But cannot find a way to do it. It would be a great help if you could show me the path.

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    if you’ve done nothing super fancy with things, then those file_list paths/attachment IDs are going to be stored as post meta that you can fetch with the standard get_post_meta() functions and whatnot. Chances are you’ll get an array back that you can then iterate over with a foreach or similar.

Viewing 1 replies (of 1 total)
  • The topic ‘Loading Attachments into file_list’ is closed to new replies.