• Resolved johnfotios

    (@johnfotios)


    When a user logs in with WP User Frontend, and views the frontend ‘dashboard’, there are 3 options on the left: Dashboard, Posts, Edit Profile.

    I have created a new page with a form to allow users to add posts to a custom post type, but I want it to appear and work the same as the ‘Posts’ on the dashboard (with a table of submitted posts and edit/delete options etc).

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

    To show the custom posts on the frontend dashboard you have to do the following things.

    1) Create a new page, insert [wpuf_dashboard post_type=”your_custom_type_name”] shortcode and save the page.

    2) Now, check that page on the frontend, you will see a post list for that custom post type. Make sure you have submitted posts for that specific post type using WPUF posting form.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Edit the user dashboard menu’ is closed to new replies.