• Resolved Stefano

    (@stefacchio)


    Hello,

    dashboard doesn’t show custom post but only wp post and there isn’t a choice to set what kind of post to show..

    regards

Viewing 1 replies (of 1 total)
  • Hello @stefacchio,

    Go to wp-admin > page > add new. Create a new page or edit an existing page. Now, add the following shortcode in your page:

    [wpuf_dashboard post_type="your_custom_post_type"]

    Replace the “your_custom_post_type” with your custom post type, for example, if you are using WooCommerce, you may need to write “product”. So it would be like,

    [wpuf_dashboard post_type="product"]

    Hope it helps! Thanks for your query.

Viewing 1 replies (of 1 total)
  • The topic ‘dashboard doesn’t show custom post’ is closed to new replies.