You’re best bet might be to make a Custom Post Type. By default, a new post type is hidden from the WordPress archives and blog pages, so no one would see it on accident, but you could still easily link to it with the URL.
You could make a post type called something like ‘Work’, and each time you make a new post of that type, it wouldn’t be displayed in your website. Other than being hidden, you could make it function just like any other post or page.
If you aren’t comfortable with code, you might want to look at the plugin More Types, which lets you make extra post types from the WP admin. If you can handle some copy and pasting, check out the Themergency generator.
Related Posts:
- How to restrict attachment download to a specific user?
- Using JWT to authenticate a user with an external system?
- Allow anonymous user to access Themes Customizer
- Access code/password only restricts page access, no user registration..?
- How to automatically apply a password to all posts within a custom post type
- Is there an existing capability to allow editing of only pre-existing pages? If not, a good way to implement this?
- How to make user inactive by default while registering?
- How to set privilege to wordpress subscriber for private page
- authenticate user without password from email activation link [duplicate]
- User Access Manager plugin
- How can we Restrict to access a certain wordpress page to all ip address except some which we allow
- Restrict post to user_id
- add_option_page capability behaving strange
- Access denied on Published Pages but not on WordPress /wp-admin/
- How can I migrate (export and import) wordpress users without loosing their password?
- Allow non logged users to visit only login page and password reset page
- Password protect media attachment – share across guests
- How can I allow users to make groupings of posts
- Is user listing on wordpress private?
- How to restrict logged user to view only certain pages?
- Limit post display to post authors and create an exception for specific pages
- Reset Password policy
- How to “Global Ignore” / “Hell Ban” someone, restrict post visibility to the author only?
- Conditional menu for registerd users/guests (Genesis framework)
- How can I create an upload page for (and only visible to) specific users?
- remove wp admin menu by customer user role
- Custom Roles for access to specific term(s)
- ‘post’ only for editor and administrator
- Why: sticky front page code, shows latest non-sticky on logged-in front page
- Access denied error when logged in as admin
- Disable all admin UI access to authors (except to custom post type add, edit and modify)
- Hide all pages except landing page
- How to restrict access to a page?
- How can I change access permissions across many pages?
- How do I get the access type in WordPress?
- Ask logged in user to re-enter password to access page “x”
- Profiles site with access levels
- User access control in sidebar archive and categorires
- Plugins that restrict access based on user group/roles
- Restrict access for wp-admin panel
- Specify the level of access to different pages at the time of user creation
- How to make WP page accessile only to specific user roles
- When add analytics script, wordpress user login not working
- I can’t recover my password
- Hide WordPress “wp-admin” dashboard to User IDS
- I cannot access but but wp-admin works normally
- about visibility in wordpress regarding of roles
- Can access main URL and Dashboard but not any posts or pages [closed]
- How to password protect pages in WordPress
- Can I use core passworded page/post functions outside of wp-login.php?
- How to List only the users created by a particular user
- How to enable to the user send content and save as draft entry?
- How to give members access to their own protected page?
- Use WordPress engine for user registration and management
- Add existing user as administrator
- Split post edit screen into sub-edit screens for users, is this good or bad, and is it possible?
- Suggestions for allowing basic users to view their own posts?
- How to restrict posts only from a certain category
- Two users attempt to modify a page
- Sending the reset password link programatically
- How to change user password with wp-cli?
- Allow member to have access to custom post type only. Permission to only edit their own posts
- How do I create a custom role capability?
- How to enable suggested edits?
- With Rest V2 (WP4.7) how does one restrict certain RESTFUL verbs?
- How to programatically change username (user_login)?
- How to check if user is in back end?
- Disable user registration password email
- Where to securely store API keys and passwords in WordPress?
- wordpress redirect after password reset
- Check for correct username on custom login form
- Filtering the Admin Comments List to Show Only Comments from the Current User?
- Add error message on password protected page
- Missing URL in password reset email
- Loosen/disable password policy
- Password Protect Custom Page
- How do I require authorization / login to view a specific set of posts / pages?
- Why are passwords exportable as plain text in WordPress?
- How to restrict access to uploaded files?
- Password Reset for Users on a Multisite Subsite
- How to protect pages with double authentication: password + email (in custom field)
- wp_update_user not updating
- Enforcing password complexity
- Password protecting a page
- How do I create a password reset link?
- Replacing the WordPress password validation
- Allowing users to edit only their page and nobody else’s
- How to save Admin FTP password
- Can an admin check passwords of registered users?
- multi page password protection
- HTTPS leads to Sorry, you are not allowed to access this page
- Hook *after* user password change?
- How can I change the default wordpress password hashing system to something custom?
- how to use joomla password format in wordpress?
- Troubleshooting a “You do not have sufficient permissions to access this page” error
- If I change the salt keys in my wp-config will all passwords break?
- Restrict admin access to certain pages for certain users
- How can I hide a category from Contributors in the edit/add new post screen?
- Disallowing Users of a Custom Role from Deleting or Adding Administrators?
- Conditional to test if post has password protection enabled