What is the shortcode to display items in a post or page?
[todolist]
Several options are available:
- title - default is no title.
- type - you can chose list or table view. Default is list.
- priorities - default is show. Use a blank value to hide (only applies to table view).
- assigned - default is show. Use a blank value to hide.
- deadline - default is show. Use a blank value to hide.
- progress - default is show. Use a blank value to hide.
- addedby - default is show. Use a blank value to hide.
- date - default is hide (0). Use 1 to show.
- completed - default is blank. Set to show to display completed items.
- completed_title - default is no title.
- list_type - default is ol (ordered list). Use ul to show an unordered list.
- category - default is all. Use the category ID to show a specific category.
Example:
Table view with the title of Upcoming Articles and showing the progress and who the item was assigned to.
[todolist title="Upcoming Articles" type="table" priorities="" deadline="" addedby=""]
What is the shortcode to display a checklist in a post or page?
[todochecklist]
The options are:
- title - default is no title.
- priority - default is hide (0). Use 1 to show.
- assigned - default is hide (0). Use 1 to show.
- deadline - default is hide (0). Use 1 to show.
- progress - default is hide (0). Use 1 to show.
- category - default is all categories (0). Use the category ID to show a specific category.
- addedby - default is hide (0). Use 1 to show.
- date - default is hide (0). Use 1 to show.
- editlink - default is hide (0). Use 1 to show.
- todoid - default is blank (""). Use the ID of the to-do item to display just one item.
Example:
Set the title to "My To-Do List" and show the deadline and the category.
[todoadmin title="My To-Do List" deadline=1 categories=1]
What is the shortcode to display the administration page in the front-end?
Permalinks must be enabled on the site to be able to use this feature.
[todoadmin]
The options are:
- title - default is no title.
- priority - default is hide (0). Use 1 to show.
- assigned - default is hide (0). Use 1 to show.
- deadline - default is hide (0). Use 1 to show.
- progress - default is hide (0). Use 1 to show.
- categories - default is hide (0). Use 1 to show.
- addedby - default is hide (0). Use 1 to show.
- date - default is hide (0). Use 1 to show.
- editlink - default is show (1). Use 0 to hide.
Example:
Set the title to "Things to Do" and show the priority and the progress.
[todoadmin title="Things to Do" priority=1 progress=1]
Can you explain the permissions in more detail?
- View To-Do Item Capability - This allows the selected capability to view to-do items.
- Complete To-Do Item Capability - This allows the selected capability to mark to-do items as completed or uncompleted.
- Add To-Do Item Capability - This allows the selected capability to add new to-do items.
- Edit To-Do Item Capability - This allows the selected capability to edit existing to-do items.
- Assign To-Do Item Capability - This allows the selected capability to assign to-do items to individual users.
- View All Assigned Tasks Capability - This allows the selected capability to view all tasks even if Show Each User Only Their Assigned Tasks is set to Yes.
- Delete To-Do Item Capability - This allows the selected capability to delete individual to-do items.
- Purge To-Do Items Capability - This allows the selected capability to purge all the completed to-do items.
- Add Categories Capability - This allows the selected capability to add new categories.
What should I do if I find a bug?
Visit the plugin website and leave a comment or contact me.