【问题标题】:Remove hyperlink on gallery shortcode删除画廊简码上的超链接
【发布时间】:2014-01-19 20:42:41
【问题描述】:

我在我的 index.php(主题目录)上做了一个画廊短代码来显示 3 盒图像。图片是从我的媒体中获取的。

<div class="well well-clear" style="padding-bottom: 0; margin-bottom: 0;">
  <?php echo do_shortcode('[gallery ids="165,166,167"]'); ?>
</div>

默认情况下,此图像有一个超链接,当我单击它时,将打开一个页面并显示此图像的更大版本。我不希望这个有,我需要修改任何选项以使其不会生成超链接吗?

我是 Wordpress 新手,请不要对我粗鲁。

【问题讨论】:

    标签: wordpress hyperlink


    【解决方案1】:

    更好的方法:

    您可以使用带有值nonegallery 短代码link 选项。

    <div class="well well-clear" style="padding-bottom: 0; margin-bottom: 0;">
      <?php echo do_shortcode('[gallery ids="165,166,167" link="none"]'); ?>
    </div>
    

    【讨论】:

    • @LeandroGarcia 检查了版本3.63.8 在这里完美运行!
    • 现在这很奇怪,刚刚升级到 3.8 但它也不起作用。你如何上传你的图片?
    • @LeandroGarcia 你能发布你更新的代码吗?以及您要回显哪个模板文件?
    • 我只是按照您的代码建议,升级我的 Wordpress,即使 link="none" 已经在图库短代码中,超链接仍然存在。我在 Bootstrap 模板的 index.php 文件中有它。
    • @LeandroGarcia 你能改成link="attachment"它会生成附件永久链接并检查它是否改变?。
    猜你喜欢
    • 2011-03-07
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-10-22
    • 1970-01-01
    • 2014-03-31
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多