Downloadable Documents

时间:2011-06-15 作者:jmysona

我的页面上有新闻稿部分,我希望能够添加文档pdf、ms doc等。每次我向帖子添加新文档时,我希望出现下载按钮,以便用户能够下载该文档。有人能给我指出正确的方向吗?也许有一个插件可以做到这一点。

非常感谢,

3 个回复
最合适的回答,由SO网友:addedlovely 整理而成

无需将下载内容插入帖子中,正如@kaiser所说,您可以自动执行以下操作:

$download = get_children( \'post_type=attachment&post_mime_type=application/pdf&post_parent=\'.$post->ID );

if ($download) {
    foreach ( $download as $attachment_id => $attachment ) {
        echo \'<a href="\'.wp_get_attachment_url($attachment_id).\'" target="_blank" class="download">Download PDF</a>\';
    }
}   

SO网友:kaiser

enter image description here

enter image description here

enter image description here

当您将文件插入帖子/页面/任何内容时,您会得到<a>-下载链接。

enter image description here

那么你可以style this link 随你的便。只需将所需样式插入style.css 文件

SO网友:Bainternet

有几个插件,但最突出的是WordPress Download Monitor 它工作得很好,有许多功能,其中之一是创建一个下载按钮模板,以便于设计样式,并将其作为一个快捷码,以便更轻松地插入页面/帖子。

结束

相关推荐

收到警告:MANAGE_POSTS_CUSTOM_COLUMN()缺少参数2?

我创建了一个自定义帖子类型和两个自定义分类法,并将它们显示在“管理帖子”部分,但我收到以下警告:警告:在/home/aleche23/alexchen中,manage\\u posts\\u custom\\u column()缺少参数2。信息/wp内容/主题/techozoic流体/功能/自定义帖子类型。php在线95图片:<?php /** * Create the Blocks custom post type and the Sections custom tax