Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add "posts" back to the admin menu #42

Open
carylwyatt opened this issue Dec 6, 2024 · 0 comments
Open

add "posts" back to the admin menu #42

carylwyatt opened this issue Dec 6, 2024 · 0 comments
Assignees
Labels
maintenance Save for Maintenance Monday

Comments

@carylwyatt
Copy link
Member

PG removed generic "posts" from the admin menu, but we use them, so they should probably be accessible by the back-end. 🙃

We use these as landing pages for information that won't fit in a user notification. https://www.hathitrust.org/wp-admin/edit.php?post_type=post

For example: https://www.hathitrust.org/syracuse-university-login-changes-may-2024/

There are a handful of these posts, but since they're uncategorized and don't fall under "blog", "event", or "news" they're just... nowhere.

The easiest fix for this is to remove the remove_menu_page() function from functions.php, but maybe this should be its own custom post type? It's not hard to register a new CPT: pg_custom_post_types()

@carylwyatt carylwyatt added the maintenance Save for Maintenance Monday label Dec 6, 2024
@carylwyatt carylwyatt self-assigned this Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Save for Maintenance Monday
Projects
None yet
Development

No branches or pull requests

1 participant