Skip to main content

πŸ“‚ How to Create a Post Manager Page

The Post Manager Page allows users to view and manage the posts they’ve submitted using the Post Creation Page.
This feature is part of the Easy Post Submission plugin and helps users keep track of their published or pending content.


πŸ› οΈ How to Create the Page​

To set up a Post Manager Page:

  1. Create a new page in WordPress
  2. Paste the following shortcode into the content area:
[easy_post_submission_manager]
  1. Publish or update the page
  2. Visit the page, you should now see the Posts Manager interface

Posts Manager Page

caution

Users must be logged in to access the Posts Manager Page.

βš™οΈ Post Manager Settings​

You can customize how this page behaves via the plugin’s settings.

To do this, go to Easy Post Submission β†’ Post Manager tab β†’ User Posts Management

Posts Manager Page

πŸ”§ Settings Breakdown​

Here is a detailed explanation of the available options:

βœ… Allow Edit Post​

Enable this to show an Edit button for each post listed on the page.
This allows users to open the form and modify their content.


πŸ—‘οΈ Allow Delete Post​

Enable this to display a Delete button next to each post, allowing users to remove their own submissions.


🧾 Form Submission Default ID​

Set a default form ID to be used for editing if the original form linked to a post is no longer available.

Example shortcode:
[easy_post_submission_form id=1]

This fallback ensures the Edit button still works properly even if the original form was deleted.


πŸ” Login Actions Choice​

Define what should happen when someone who isn’t logged in tries to access the Post Manager Page.

You can choose between two options:

1. Show Login Message​

Shows a custom notification asking the user to log in.

You can customize:

  • Notification Title – The heading of the alert message
  • Notification Message – The content/body of the login prompt

2. Redirect to Login Page​

Automatically sends unauthenticated users to the default WordPress login page.

βœ… Summary of Settings​

SettingDescription
Allow Edit PostEnable the Edit button for each post
Allow Delete PostEnable the Delete button for each post
Form Submission Default IDFallback form used for editing if original form is deleted
Login Actions ChoiceChoose behavior for unauthenticated users (message or redirect)
Notification TitleTitle of the login message (if enabled)
Notification MessageContent of the login message (if enabled)

πŸ“Œ What's Next?​

Once your Post Manager Page is live and configured, your users will be able to:

  • View all of their submitted posts
  • Edit or delete their content
  • Interact with the post list securely while logged in

Want to learn how to backup the submission form itself? Continue to Backup Data Settings Β»

πŸ›  Troubleshooting​

  • Make sure users are logged in because the page is not accessible to guests
  • Check if Edit and Delete buttons are enabled in plugin settings
  • Confirm the page uses the correct shortcode: [easy_post_submission_manager]
  • Refresh the page or clear browser cache if changes don’t show

Need help? Check out the FAQs or Contact Support.