Hello @contactovisualpt,
In order to show any custom post type posts on the dashboard page, you have to edit the shortcode of the dashboard page and add the type parameter. Please edit the shortcode like this:
[wpuf_dashboard post_type=”tribe_events”]
Then you will be able to see the tribe_events type posts on the dashboard page. If you want to show the custom post type posts along with the default post type posts, you can add them separating by a comma like this:
[wpuf_dashboard post_type=”post,product,tribe_events”]
Using the above shortcode you can see post, product and trive_events type posts on your dashboard page.
Regards,
[wpuf_dashboard post_type=”post,tribe_events”]
Perfect! 🙂
That’s it.
Thank you
Hello @contactovisualpt,
It’s good to know your issue has been resolved 🙂 Let me know if I can resolve the ticket.
Regards,
Yes, you can close the ticket.
Tested and working as expected.
Thank you.
Didn’t work with me [wpuf_dashboard post_type=”post,ms_invoice”]
any help?