-
Notifications
You must be signed in to change notification settings - Fork 93
Using Shortcodes
Tareq Hasan edited this page Aug 28, 2018
·
3 revisions
weDocs plugin provides the shortcode [wedocs]
.
Insert the shortcode in a page to show all the documentation in your page in a UI like this:
It has various options and parameters:
-
col
. Used for displaying in number of columns. Current supported values are2
and3
. So you can show the documents in two or three columns. Usage:[wedocs col="2"]
,[wedocs col="3"]
-
include
. Default value:any
. Used for only including certain docs. This parameter takes a comma-separated list of Doc IDs Usage:[wedocs include="2693,2704,2711"]
-
exclude
. Define a comma-separated list of Doc IDs to be excluded from the list. Example:[wedocs exclude="2693,2704,2711"]
-
more
. Default value:View Details
. Used for the view details text. Usage:[wedocs more="Read full documentation"]
-
items
: Default value:10
. Used to limit the number of sections to show. Use-1
to display all the sections.
[wedocs col="3" include="2693,2704,2711" more="Read more"]
[wedocs col="2" exclude="2693,2704,2711" more="Read more"]
[wedocs items="-1"]