• Resolved contactovisualpt

    (@contactovisualpt)


    I added a Events Post Form (tribe_events), so registered users can add events. This is good.
    But unlike defaults posts, these are not listed in the user Dashboard, and so not available for editing.
    Is it possible to show not just default posts but also the events created by the user?

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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,

    Thread Starter contactovisualpt

    (@contactovisualpt)

    [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,

    Thread Starter contactovisualpt

    (@contactovisualpt)

    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?

    It worked thank you

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Event posts listing and editing’ is closed to new replies.