Plugin Directory

Changeset 2923276


Ignore:
Timestamp:
06/08/2023 09:20:43 AM (3 years ago)
Author:
wpyog
Message:

Add description fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wpyog-documents/trunk/readme.txt

    r2744996 r2923276  
    55Tags: Document Management, Document, Simple Documents , Topics, PDF document upload, Word document upload
    66Requires at least: 4.0
    7 Tested up to: 6.0
     7Tested up to: 6.2
    88Stable tag: trunk
    99License: GPLv2 or later
     
    1818
    1919* Documents are order by created date. Latest document comes on top.
    20 * Shortcodes: For Full list of document[wpyog-document-list] For single document [wpyog-document id=16] id=“16” is the id of the document, replace with your own document id or copy from “WPYog Document” section.
     20* Shortcodes:
     21    For Full list of document[wpyog-document-list category=7 desc=1 date=1 limit=2 orderby=date order=DESC download=1].
     22    * category attribute allows to display list by category.
     23    * desc attribute is to display description 1 for show and 0 for hide
     24    * date attribute is to display date. 1 for show and 0 for hide
     25    * download attribute is to allow download file. 1 for show and 0 for hide
     26    * limit attribute is to limit records. Deafault it will list all records
     27    For single document [wpyog-document id=16] id=“16” is the id of the document, replace with your own document id or copy from “WPYog Document” section.
    2128
    2229== Installation ==
Note: See TracChangeset for help on using the changeset viewer.