• Resolved zonepluss

    (@zonepluss)


    Hi!
    Is it possible to let users manage their own posts from one place (moderate or delete)?
    I need to create a page like MY POSTS for users and via the shortcode display their own created posts.
    Thank You!

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

    (@specialk)

    Hi @zonepluss,

    USP does not provide its own front-end post manager, but submitted posts are treated just like regular posts, so it would be possible for users with sufficient capabilities to log into the WP Admin Area at any time to edit/delete/manage their own posts.

    To display a page with posts for each user, it might be possible to do something similar with the shortcode [usp_display_posts], which provides a few attributes for customizing the posts and so forth.

    Thank you for your interest, let me know if I can provide any further infos.

    • This reply was modified 6 years, 2 months ago by Jeff Starr.
    Thread Starter zonepluss

    (@zonepluss)

    Thanks!
    One more question, can i display with [usp_display_posts] only post author’s posts?
    I have many user profiles, and i need to display on user’s profile only his own created post, is it possible or i need to write a PHP snippet?
    Regards!

    Plugin Author Jeff Starr

    (@specialk)

    Yes you can add the userid attribute and set it to current, like so:

    [usp_display_posts userid="current"]

    You can find more infos about this shortcode and its attributes in the section on Installation.

    • This reply was modified 6 years, 2 months ago by Jeff Starr. Reason: add info
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘User’s posts displaiyng’ is closed to new replies.