Logo Links
You can optionally make each logo clickable by assigning a URL to it. This is useful for linking to a partner’s website, a case study page, or any other destination.
How Links Work
Links are entered one URL per line, in the same order as the images. The first URL corresponds to the first image, the second URL to the second image, and so on. To skip a logo (no link), leave that line blank.
Example
If you have four logos and want to link the first, third, and fourth:
https://partner-one.com
https://partner-three.com
https://partner-four.com
The second line is blank, so the second logo displays as a static image with no link.
In the Shortcode
When using the shortcode directly, pass links in the links attribute with each URL on a new line:
[[id_logo_scroller images="101,102,103" links="https://example.com
https://example.org
https://example.net"]]
Link Behavior
- Links open in a new tab (
target="_blank"). - Links include
rel="nofollow noopener"for security and SEO best practices. - Logos without a URL display as static images within the scroll — no anchor tag is rendered.
