the_attachment_link 显示链接到附件文件或附件页面的HTML链接

Posted in:
Update time:2020-10-29

函数描述

输出链接到附件文件或附件页面的HTML链接,可以为:

  1. 图片附件的缩略图或原图链接。
  2. 其他类型的附件,输出附件的标题

如果没找到附件,此函数显示字符串: Missing Attachment。

Usage

<?php the_attachment_link( $id, $fullsize, $deprecated, $permalink ); ?>

默认使用方法

<?php the_attachment_link( 7 ); ?>

parameters

parametersdata typeRequired or notdescriptivedefault value
$idinteger (math.)clogged附件ID,在主循环(必须是显示附件的主循环)中使用时,为当前文章 ID。not have
$fullsize布尔值clogged如果是图片附件,使用原始图片(true)或WordPress生成的缩略图(flase),如果设置为(false),但是找不到缩略图,将设置为全尺寸图片False
$max_dimsarraysclogged图片或图标的最大宽度,应用到图片元素的widthrespond in singing height 属性,长宽比将保持不变。not have
$permalink布尔值clogged直接连接到附件(默认),或链接到附件页面。False

usage example

// 显示全尺寸的附件文件
the_attachment_link( 4, true );

// 显示连接到附件页面的缩略图
the_attachment_link( 4, false, false, true );

注意

如果只是获取,而不是直接显示连接,使用 wp_get_attachment_link() 。

We offer WordPress Themes and Plugins Custom Development Services

This site has long undertaken WordPress themes, plugins, WooCommerce-based store mall development business. We have 10 years of experience in WordPress development, if you want to Developing Websites with WordPress, please contact WeChat: iwillhappy1314 or email: amos@wpcio.com for inquiries.

发表回复

Your email address will not be published. 必填项已用 * 标注

*