Hello @kokious
How to allow users to edit their posts from the front end?
→ Your user can edit their submitted posts from the WPUF Account page. Use shortcode [wpuf_account]
to create the WPUF account page (doc ref). Besides, if you want to show your existing custom post types on your account page. You can select that from the My Account settings tab, which will render on the Account page.
You can also create your custom dashboard page for a particular post type. Follow this doc.
Let me know if you need further assistance.
Cheers!
Great!
Thank you very much! It works perfectly!
Have another related question!
How can I add additional columns (i.e. category or other custom fields) to the account posts table?
I tried some parameters to the [wpuf_account] shortcode like the ones suggested to wpuf_dashboard i.e.
[wpuf_dashboard meta=”meta_key1, meta_key2″]
or
[wpuf_dashboard category=”on”]
but those do not work for [wpuf_account] shortcode.
Is there any alternative way to achieve this?
Finally, since I have disabled Subscriptions from the site, how can I remove the Billing Address link from the dashboard main text (shown below)
“From your account dashboard you can view your dashboard, manage your Dashboard, Posts, Edit Profile, Billing Address”
Thank you
-
This reply was modified 6 months, 3 weeks ago by
kokious.
Also,
Is it possible to add some filters to the dashboard posts page of the user? 🙂
Thank you
Hi again,
How can I add additional columns (i.e. category or other custom fields) to the account posts table?
Sorry, passing the dashboard tab parameter is only applicable to the individual custom dashboard page (doc re). It won’t be available on the account page.
How can I remove the Billing Address link from the dashboard main text
You can use this snippet on your theme functions.php file to hide those links.
Is it possible to add some filters to the dashboard posts page of the user?
Sorry, this is unavailable.
Thanks & Regards.