| 开发者 | infogalore |
|---|---|
| 更新时间 | 2017年5月22日 17:39 |
| PHP版本: | 4.7 及以上 |
| WordPress版本: | 4.7 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/plugin-name directory, or install the plugin through the WordPress plugins screen directly.Shortcodes you can use:
[ig-folder id='x'] : publish contents of folder with ID=x[ig-file id='x'] : publish file link and description of attachment with ID=xYou can use the following shortcode attributes to change default plugin behaviour:
depth - number of subfolder levels to include in output (default value is 0)layout - output folder files and subfolders in 'block' or 'inline' layouttitle - 'show' or 'hide' folder title. Alternatively you can provide your own title text.file_titles - 'show' or 'hide' folder file titles (filename used if title hidden)size - 'show' or 'hide' folder file sizesdate - 'show' or 'hide' folder file datesdescription - 'show' or 'hide' folder file descriptions (if any)layout - output file information in 'block' or 'inline' layouttitle - 'show' or 'hide' file title (filename used if title hidden). Alternatively you can provide your own title textsize - 'show' or 'hide' file sizedate - 'show' or 'hide' file datedescription - 'show' or 'hide' file description (if any)