How do i make all my images with a link?

Topic summary

A user seeks help making all images on their Shopify store clickable with links, specifically on a page using the multicolumn section.

Solutions Provided:

Multiple developers offered code-based approaches:

  • Basic HTML wrapper: Wrap images in <a> tags with href attributes pointing to desired URLs
  • Multicolumn.liquid modification: Replace the entire multicolumn.liquid file code to add link functionality, then add image URL settings in the theme customizer
  • Targeted code insertion: Add specific code snippets before and after certain div elements in multicolumn.liquid, plus CSS modifications

Implementation Steps:

Most solutions require:

  1. Accessing Admin → Online Store → Themes → Edit code
  2. Locating and modifying the multicolumn.liquid file
  3. Adding custom code at specific locations
  4. Configuring link URLs through the theme customizer by clicking on individual columns

Current Status:

The user attempted the provided solutions but encountered difficulties:

  • Cannot locate the image URL option mentioned in instructions
  • Images still not becoming clickable after following steps
  • Shared their current multicolumn.liquid code for further troubleshooting

The discussion remains ongoing with developers requesting additional details to diagnose the issue.

Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

Yes I did and it is still not showing up