Hi, yes USP can definitely help with submitting posts. But with WP, it’s really up to your theme template as to where/how the submitted posts are displayed. USP posts are just like regular WP posts, so they will be displayed by your theme exactly like regular posts. That means you can customize your theme template to display status infos, edit buttons, and whatever else is required.
Ok, thank you for the fast reply!
How i can output a list of the users posts?
On comparison site of USP Pro in the table i found:
“Display List of Posts
FREE: Provides a Shortcode that displays a customizable list of user-submitted posts.”
https://plugin-planet.com/usp-pro/
But i was not able to find this shortcode. Can you help me?
Yes, the free version includes basic functionality for this feature, you can do this for example:
[usp_display_posts userid="1"]
To see more attributes, etc. check out usp_display_posts() in the plugin’s /library/template-tags.php file.
Thank you for the reply.
Is there a shortcode to display a list of the posts of the user whos using the site?
So with [usp_display_posts userid=”1″] i have to type in a fix id, but i want a site, where the user can see his own posts.
Is there a shortcode or do i have to work with php for that?
That isn’t possible with the free version, but USP Pro can do it. Here is more information:
https://plugin-planet.com/usp-pro-display-list-submitted-posts/
Ah ok, so the Information in the comparison table is a litte bit confusing 😉
Unfortunatelly the budget for the actual website is exhausted, but i will keep in mind!
Thanks for the great and fast support! 😉
Thanks for the feedback, I will update the comparison table to make it more clear.