• Resolved loopy53

    (@loopy53)


    Is it possible to use this plugin to link the images to my categories? I have 27 categories on a static page and want each image to link to a respective category. On single images the link url button works but in a gallery they are wrapped into one unit. I’m still stumbling my way around wordpress which is why I need plugins!! Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Aesqe

    (@aesqe)

    @loopy53: unfortunately, no. There’s no way to tell File Gallery or WordPress how to do that automatically.

    But you could, for example, upload all images to a subdirectory within your theme’s directory, each named after a category slug, and then use the get_categories() function to loop through categories and link each image to a category.

    Thread Starter loopy53

    (@loopy53)

    @aesqe: For this page I would be linking to categories but I was also looking to build a gallery where the images would link to external sites as well. There has to be a way to turn the images into links while still inside the gallery.

    Plugin Author Aesqe

    (@aesqe)

    well, there is, but you’ll have to write your own template 🙂

    see here: how to create your own templates for file gallery

    Thread Starter loopy53

    (@loopy53)

    Thanks, I’ll give it a whirl!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: File Gallery] Linking images to categories’ is closed to new replies.