[wordpress插件] Custom Post Type Attachment ( PDF )自定义帖子类型附件(PDF)

wordpress 插件 文章 2020-04-09 07:40 473 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

    • This plugin will allow you to upload pdf files to your post or pages or any other custom post types.
    • 此插件将允许您将pdf文件上传到您的帖子或页面或任何其他自定义帖子类型。

    • You can eather use shortcodes or functions to display attachments.

    • 您可以使用短代码或函数来显示附件。

    • At most 10 PDF files can be uploaded to each post.
    • 每个帖子最多可以上传10个PDF文件。

    • just install the plugin and update setting from Settings-> Custom Pdf Attachment.

    • 只需安装插件并通过 Settings-> Custom Pdf Attachment 更新设置。

    • Upload files in your post/page edit page.
    • 在帖子/页面编辑页面中上传文件。

    • Display files in frontend using shortcodes or using custom functions.
    • 使用简码或自定义功能在前端显示文件。

    Usage

    用法

      • Display all attachments with a single shortcode [pdf_all_attachments]
      • 使用单个简码[pdf_all_attachments]显示所有附件

      • Display Single attachment [pdf_attachment file=”file_number” name=”optional file_name”]
      • 显示单个附件[pdf_attachment file =” file_number” name =“可选文件名”]

      • Example: [pdf_attachment file=”1″ name=”PDF File 1″]
      • 示例:[pdf_attachment file =” 1” name =” PDF File 1”]

      • Or
      • pdf_attachment_file(“file_number”,”optional file_name”);
      • pdf_attachment_file(“文件号”,“可选文件名”);

      • Example:

      • 示例:<?php echo pdf_attachment_file(“ 1”,“ PDF File 1”);

        ?>

      • ?>

      Custom Post Type Attachment PRO

      自定义帖子类型附件PRO

      There is a PRO version of this plugin that supports unlimited files to upload with multiple file types.

      此插件有一个PRO版本,可支持无限制文件上传,并支持多种文件类型。

      You can get it here in USD 1.50

      您可以在此处 1.50美元获得它

      >

      >

        • Unlimited number of files can be uploaded.

        • 可以上传无限数量的文件。

          You can upload other type of files also.

          您也可以上传其他类型的文件。

          Supported files that can be uploaded are PDF, TXT, JPG, JPEG, BMP, GIF, PNG, DOC, DOCX, XLS, CSV, PPT, PPTX, ZIP.

        • 可以上传的受支持文件为PDF,TXT,JPG,JPEG,BMP,GIF,PNG,DOC,DOCX,XLS,CSV,PPT,PPTX,ZIP。

        • Every file can be marked as Hidden.

        • 每个文件都可以标记为“隐藏”。

          These files will be hidden from visitors of the site.

          这些文件将对网站的访问者隐藏。

          Only Logged In users will be able to download these files.

          只有登录用户才能下载这些文件。

          For others a message will be displayed in place of the hidden files.

          对于其他用户,将显示一条消息来代替隐藏文件。

          This message can be updated from admin panel.

        • 可以从管理面板更新此消息。

        • You can select the user types that you want to give Permission to be able download the attachment files.

        • 您可以选择要授予权限的用户类型,以能够下载附件文件。

          Only selected user types will have permission to download the attachments.

        • 只有选定的用户类型才有权下载附件。

        • More Advanced File Download feature.
        • 更多高级文件下载功能。

        • Files can be embedded in the page content.

        • 文件可以嵌入页面内容中。

          Users can view the content of the file before download.

        • 用户可以在下载之前查看文件的内容。

        • Supported document files that can be embedded are Adobe Acrobat (PDF), Microsoft Word (DOC), Microsoft PowerPoint (PPT), Microsoft Excel (XLS)

        • 可以嵌入的受支持文档文件是Adobe Acrobat(PDF),Microsoft Word(DOC),Microsoft PowerPoint(PPT),Microsoft Excel(XLS)

          Click here to find out in details

        • 单击此处以了解详细信息

        Post your plugin related queries at https://www.aviplugins.com/support.php

        https://www.aviplugins.com/support.php

        >

        >

安装步骤

    1. Upload custom-pos-type-pdf-attachment.zip to the /wp-content/plugins/ directory.
    2. custom-pos-type-pdf-attachment.zip 上载到 / wp-content / plugins / 目录。

    3. Activate the plugin through the ‘Plugins’ menu in WordPress.
    4. 通过WordPress中的“插件”菜单激活插件。

    5. Go to Settings-> Custom Pdf Attachment, and set some options.

    6. 转到设置->自定义Pdf附件,然后设置一些选项。

      It’s really easy.

    7. 真的很简单。

    8. Use shortcodes or functions to display uploaded files in frontend.
    9. 使用简码或功能在前端显示上传的文件。

下载地址
https://downloads.wordpress.org/plugin/custom-post-type-pdf-attachment.3.3.7.zip
-EOF-

AI助手支持GPT4.0