It sounds like you do want a custom post type, you just want to set the public
argument to false
. The register_post_type()
has lots of arguments that will let you do everything you probably want. Along with public
, you’ll probably set has_archive
to false
. Setting show_ui
to true
will allow you to manage the posts in the backend.
If you want to group the “fast facts” in any way, register a taxonomy to go along with your post type.
Obviously, you’ll still have to fill in some blanks and write a widget to put into the sidebar, but I think this answers your main question.
Related Posts:
- Add Admin User via SQL
- Admin option sidebar count
- page not updating with database
- /wp-admin/install.php redirecting to 123-reg
- Having problem creating local instance of wordpress site
- “sufficient permissions” error for admin after duplicating WP database to new install
- Posts in sidebar only by admin
- Passing state from child component to parent component in a Gutenberg Sidebar
- Shortcut to widget/sidebar editing on the admin menu?
- Where in WP can I check history or log of updates of plugins etc?
- How does admin-ajax.php work?
- Editor Styles and Typekit
- WordPress admin stylesheet
- Is it possible to create a WordPress tour? V3.3.1
- Securing Admin Accounts – Username Discovery
- Can an admin check passwords of registered users?
- Prevent author from changing their posts if admin has modified
- Set Featured Image programmatically (in admin) with JavaScript?
- Can I set a default dashboard layout for all users?
- Taxonomy/category hierarchy lost when editing posts [closed]
- Making the thumbnails in the backend Media section bigger
- How to remove “Super Admin” from All Users for those that are not a “Super Admin”?
- Customize the upload screen
- Pagination Error on Admin (You do not have sufficient permissions)
- How to Use Resposive Tables in WordPress ADMIN Pages?
- WordPress redirects me to homepage after page update in admin section
- how to display “Edit | Quick Edit | Trash | View” in custom WP_List_Table column?
- How to publish page that can’t be detected by search engines?
- Help extending custom drag-drop page ordering on admin page list screen
- How do I enable new account notification emails (to the administrator)?
- Change the Default Pages Menu View in wp-admin
- In administration, how do I display comments of a certain user?
- New users must comment when requesting username
- WordPress stripping html and script tags from some admin users on save
- Why are my styles being applied to the admin area?
- Disable WP Editor for specific page templates
- How to change admin menu position of “Media”?
- How to disable automatic excerpt generation *in admin*?
- Hide Updates from Admins that don’t equal a set Username
- wp_schedule_event only when admin is visited
- Single category’s posts list in admin menu
- Editing the Backend Uploader
- Hide Pages on Edit Pages based on Capability (edit_others_pages)?
- Hide one admin from another admin
- How to add custom classes to admin list table default rows or columns?
- How to hide a specific part of dashboard for non-admin roles?
- Get a listing of portfolio items and categories
- WordPress Remove Submenus
- Continuous Login Sessions For Super Admins Across Multi-Site Network of Sites
- using rewrites to secure login page
- Client system for media review?
- Redirect from the dashboard to edit.php if wp_is_mobile() is true
- Seems that admin_post_{action} does not executing
- If statement for admin page
- Customizing WordPress Admin – How to Change the Avatar size
- Create a WordPress administrator without access to back-end
- WordPress 3.1’s admin bar disappears only leaving its 28 px padding (in ubuntu)!
- How to log out from admin or front-end only?
- Shared account / dual blogging in WordPress
- WordPress Brute Force Prevention
- How To Make Iris Color Picker Showed Up Over Form and Text?
- admin_enqueue_scripts not rending JS file correctly
- my checkbox is not saving it’s value
- Can’t login to my admin area
- Adding prefix to WordPress database tables breaks admin capabilities?
- how to show admin notice in custom menu page after submitting the form?
- Private post hidden from Admin too
- Send admin to a different login than users?
- How much traffic is real traffic?
- How to change the descriptive text on the menus admin page?
- Getting rid of menu items on a custom taxonomy
- WordPress Plugin Admin Tab
- Parsing post->ID in included plugin file
- Gutenberg UI has changed
- Call require_once form admin page with checkbox
- How To Remove Import/Export Option From Tools?
- Highlight active Admin Menu when added though add_menu_page
- Unable to access admin web page
- Error “Sorry, you are not allowed to access this page”
- Create WordPress Menu Item Without Linking to a Custom Page
- Search Only Works when Logged into Admin
- exclude ID on avatar
- Different role for free and pro users in wordpress without using bbpress
- WordPress login not working
- Enqueue script throws error in console
- How to sort post_meta in edit.php?
- Scripts are not called until I login from wordpress backend
- Link to all posts page?
- WP Logs me out after updating anything on dashboard
- Adding additional text fields and image upload to a Page?
- Calculate and save an average in a meta
- plugin to upload to youtube via wordpress [closed]
- How to fix: Clicking ‘Quick Edit’ link in Admin (edit.php) makes posts disappear?
- My Account Lost Administrator permission
- WordPress admin panel is blank
- Use the wordpress admin table
- deploying a standard build of wordpress in WHM/cPanel
- Add custom css class to wp-list-table row for custom post type
- Custom column with post ID not working in CPT
- Modify ‘the_content’ appearance in the admin area