Craft theme 15.2.0 make image hyperlinked in multicolumn

Topic summary

A user seeks to make images in the Craft theme’s multicolumn section clickable, allowing them to link to different pages. Previously available solutions from 2022 no longer work with version 15.2.0.

Current Status:

  • This functionality requires theme customization and is not available by default
  • The discussion remains open with implementation details needed

Proposed Solution:

  • Locate the existing multicolumn section code
  • Add a new setting option that allows administrators to input URLs for each column
  • Integrate this link option into the HTML template so images become clickable

No specific code examples or step-by-step instructions have been provided yet. The user may need developer assistance to implement these changes to their theme files.

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

Hello,

I would like to be able to hyperlink images in the multicolumn section to go to different pages so that when the image is clicked, a user gets sent directly to the desired page. I found solutions back from 2022 but they do not appear to work properly. Any suggestions would be greatly appreciated. Thank you!

Brad

Hello @Entwoodcrafts ,

You need to to create an option with multicolumn section to hyperlink them

But without customizing the theme you are using it is not possible to do it.

Regards
Guleria

How would I customize the theme to allow this?

Find the existing code.
Add an option in settings to add a link with multicolumn.

Use it in the html and then the admin can link the multicolumn to a different page.