[ad_1]
Despite its name, you can actually use the category_display parameter to display any taxonomy.
If you just set it to “true” it will display categories:
[display-posts category_display="true"]Instead of “true”, you can specify the taxonomy you want to use.
So in your case, you would use:
[display-posts category_display="post_tag"]
