Renders a list of topics for the current user.
The shortcode supports the following attributes:
number:
how many topics to include, default"10"
show_author:
whether to show the topic author for each topic, default"false"
show_date:
whether to show topic dates, default"true"
show_comment_count:
whether to show how many replies topics have, default"true
“orderby: "post_date"
(default) or"title"
order: "ASC"
or"DESC"
to sort in ascending or descending orderforum_id:
indicate the forum ID to restrict the list to topics in a specific forum, use ‘[current]’ or ‘{currrent}’, for the current forum.all:
show topics for the current user only using"false"
(default), use"true"
to show topics for all userspost_status:
include topics by status, defaults to"publish,pending"
to include both topics that have been approved and published, as well as those that are pending review