

WPYog Documents List — admin view of all uploaded documents with shortcode column.
WPYog Documents is a free, versatile WordPress document listing and management plugin. Upload, organize, and display PDF, Word, Excel, PowerPoint, and any other file type directly from your WordPress dashboard using a simple shortcode.
Key Features
[wpyog-document-list] shortcodeShortcode: [wpyog-document-list]
Place this shortcode on any post or page to list documents. Available attributes:
category — filter by category ID. Example: [wpyog-document-list category="7"]desc — show/hide description. 1 = show, 0 = hide. Example: [wpyog-document-list desc="1"]date — show/hide upload date. 1 = show, 0 = hide. Example: [wpyog-document-list date="1"]orderby — field to sort by. Accepts date. Example: [wpyog-document-list orderby="date"]order — sort direction. DESC or ASC. Example: [wpyog-document-list order="ASC"]download — show/hide download button. 1 = show, 0 = hide. Example: [wpyog-document-list download="1"]limit — maximum number of documents to show. Example: [wpyog-document-list limit="5"]columns — number of columns (1–4). Default is 1. Example: [wpyog-document-list columns="2"]To display a single document, use the [wpyog-document] shortcode:
id — document ID to display. Example: [wpyog-document id="4"]Supported File Types