Codex can display table of contents and document listings using either widgets or shortcodes.
Display Codex table of contents
Display Codex table of contents
You can display a documents table of contents using the widget or shortcode
[codextoc showother="category|document" othertitle="your other title text" catcount="show|hide" order="ASC|DESC" orderby="title|date|pageorder"]
All options are optional.
The default is shown first for catcount, showother, order and orderby.
Display Codex documents listing
Display Codex documents listing
You can display a categorised listing of your Codex documents using the widget or shortcode.
[codexlist cats="a,b,c" catcount="show|hide" cols="1|2|3|4" limit="nn" limitmsg="your message text" order="ASC|DESC" orderby="title|date|pageorder"]
a,b,c = Category slugs
nn = number from 0 to 99
All options are optional.
Note: There is an extra space here after the [ to prevent WordPress processing the shortcode.