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
- wordpress redirect after password reset
- Can an admin check passwords of registered users?
- multi page password protection
- Hide password protected posts in admin
- how to redirect to a custom password retrieval page
- Password protected post or page – error message by wrong password?
- How to remove “Super Admin” from All Users for those that are not a “Super Admin”?
- login to wordpress with Get variables instead of Post
- What is the difference between “create_users” and “add_users” capabilities?
- Remove lost password form and URL
- Custom password generator for users
- Custom post type capabilities require “create_posts” to access the edit posts list page
- How can I find users that didn’t set a password?
- password protected post policy
- Log all users out of all locations after 24 hours
- Locked/Unlocked in title
- How do I remove the Other Roles field (from User Role Editor plugin) in wp-admin/user-new.php
- Plugin to restrict access to pages in wp-admin
- wordpress editor role remove all but ‘menus’ in appearance menu
- reset password link redirect to login page
- Adding parameters to password reset key
- Force user to change their password on the frontend at the first login and password policy
- DOMAIN_CURRENT_SITE constant being regularly overridden [closed]
- Styling my own password protected page, how to deal with wrong password?
- Timed content and flagging content as viewed by user?
- Woocommerce password Reset
- Redirect user to specific link after login
- current user’s password check
- WordPress not logged in locally with correct username and password
- Accessing a protected property of a post
- Password Protect or IP to access under development WordPress site otherwise shown a placeholder page
- How to show password fields on registration form w/o plugins
- Sending a password reset link
- How can I limit access to uploaded media depending on the logged in user’s user role?
- wp_set_password() does not work!
- How to make this custom capability work? [duplicate]
- WP users cant reset password
- Error when send reset password
- Custom User Role
- Password Protection for posts and pages [duplicate]
- Is it possible to tell if a user is logged into WordPress from looking at the cookies which are set?