• Resolved firehold

    (@firehold)


    Hello,

    so i am looking for long for a good and easy plugin to allow my logged in users to upload posts.
    But i miss the possibility, to output a site where the specific user can see his own posts listed with the status of the post and the possibility to edit.

    Does this plugin supports that?

    Thank you in advance!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jeff Starr

    (@specialk)

    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.

    Thread Starter firehold

    (@firehold)

    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?

    Plugin Author Jeff Starr

    (@specialk)

    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.

    Thread Starter firehold

    (@firehold)

    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?

    Plugin Author Jeff Starr

    (@specialk)

    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/

    Thread Starter firehold

    (@firehold)

    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! 😉

    Plugin Author Jeff Starr

    (@specialk)

    Thanks for the feedback, I will update the comparison table to make it more clear.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Page with submitted Posts?’ is closed to new replies.