更改 Lightbox 中的标题 URL
我已经安装了 WP Slimbox2 插件,并且尝试将标题的 ULR 指向不同的站点,而不仅仅是 img
URL。关于如何做到这一点有什么想法吗?
I've got the WP Slimbox2 plugin installed and I'm trying to have the caption's ULR point to a different site, not just the img
URL. Any ideas out there on how this can be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
想通了。将
和
替换为其 HTML 实体对应项并在 title 属性中使用单引号作为 ref 的简单问题。如果有人想知道;)
Figured it out. Simple question of replacing
<a>
and</a>
with their HTML entity counterparts and using single quotes for the ref in the title attribute. In case anyone is wondering ;)