This really isn’t the best use for wordpress. You are better off creating a custom post type called “profile” (see https://codex.wordpress.org/Function_Reference/register_post_type or use a plugin like PODS) and then the URL rewrites are all done for you. You can enable / disable the archive page so that domain.com/profile lists all profiles or not at all.
Then add post meta (see https://codex.wordpress.org/Function_Reference/add_post_meta) to your custom post type for extra fields you may want. I would recommend using ACF (Advanced Custom Fields) for this. ACF is a great tool for rapidly creating advanced meta fields for specific scenarios.
In any case, don’t waste your time custom cowboy-coding your own object when WordPress can do it already with alot less code. It’s less work for you in the long-run.
Related Posts:
- Redirection plugin – how to let the editor access the ‘redirection’ menu?
- SSL redirect loop using WordPress HTTPS Plugin
- Redirection Plugin: Redirect all URLs with a regular expression
- flush_rewrite_rules not working on plugin deactivation, invalid URLs not showing 404
- Can Not Redirect from Plugin-Registered Admin Page
- Detecting $_GET parameters from any page + Cookie
- How to send “Location” header on plugin form submit event?
- Custom url structure for custom template
- wordpress custom login successful redirect hook
- Can’t access my WP dashboard: fatal error? [closed]
- How to redirect Old Post URL to new Post and keep Old post Comments?
- What’s the _wp_desired_post_slug value for?
- Redirect all blog links from WordPress.com site to new domain
- how can I link to a PlugIn admin-sub-menu page after processing a formular
- How does automatic redirection for the redirection plugin work?
- Changed permalink structure. Need help with redirecting old posts
- WordPress Redirect Not Working – AJAX Callback Response Not Picked Up
- Landing Page Redirect Chain | http->https->https www
- How can I check if on specific plugin generated page or child
- Redirection based on location but without affecting search bots
- Page Restriction and Redirect for Particular Levels or user
- how to create site exit messages with destination url displayed
- How to redirect a URL with parameters?
- WordPress Shortcode to get URL Parameters $_GET[‘name’] redirects for no reason at all
- Redirecting a buddyboss profile tab to a different tab if not subscribed to a specific membership
- Redirect already logged in users away from a page to a specific page base on user role
- How to fix the woocommerce – adaranth.com redirection issue [closed]
- Redirecting thousands of posts that currently have no category in their permalink when changing permalink structure to include category
- How to use login_redirect with a user capability
- Removing Automatic Redirects Without Plugin
- WordPress 4.3 broke meta redirect (with url params plugin)
- Edit Permalink Structure For Custom Post Type or Modify .htaccess?
- Mask and Track Outbound Links
- How can I redirect some pages to new subdomain? [closed]
- Add to array, redirect and display
- Conditional custom redirect
- Making the ‘add to cart’ button redirect to PayPal
- PHP mobile redirect Endless loop
- How to force load a page in plugin?
- wp redirect 301 not working in wordpress page
- Preserve Search engine index while shifting to new Domain
- Janrain/Simple Modal under Redirected Domain
- Redirect unloggedin users
- login form should redirect to register page for in 1st login next time it should redirected to home page
- Identify User Language, Redirect to the corresponding page and Save the chosen language as Cookie
- www redirects to another directory in wordpress
- Hidden permalink different from displayed permalink
- redirect to homepage once action is completed
- Display value of the GET parameter in a new URL page
- Redirect to a page while maintaining search query parameters without causing an infinite loop
- Can’t add new plugin or themes on a wordpress multisite network from the primary site as administrator. Error: ERR_TOO_MANY_REDIRECTS
- How to update all in-site redirect URLs to destination URLs at once
- How to send new visitor to a splash page for only one time in wordpress?
- WordPress Admin login redirect to homepage
- Why is my site still showing insecure icon even if I have SSL certificate?
- Reverse count page view and show on other page
- redirect to a custom page
- .htaccess file doesn’t work, with hundred tries
- Identify if the_post hook is being called from the admin post list
- Infinite 301 redirects after definitions in “Redirections” plugin?
- Clone a Post Tite and Custom Field into Custom Post type
- How to redirect from plugin page
- Template redirect inside of plugin not redirecting
- Can’t redirect to previous page after using GET
- Need to change contact email depending where user is from
- Redirect url in plugin to somewhere else?
- How do I to override login redirect on specific pages?
- How to link that “logged in” in “you must be logged in to post a comment” with custom login page on WordPress?
- Simple WordPress function / plugin to redirect a site
- URL Redirect on GoDaddy platform [closed]
- Redirecting to page on form submit – Revue plugin
- how to make wordpress remember my choice
- Page with redirect
- whole website redirected to another page
- Fatal Error in my WP “Call to undefined function get_option()”
- Show different page depending on user role
- add to cart linking to add to cart page
- How to create WordPress login for different users, with different roles?
- wp_logout function not executed
- Modify wp_installed_email / wp_new_blog_notification
- How to create multiple users at once?
- Mass SQL WordPress Meta Key deletion
- Plugins ignored a line breaks or tag in the WordPress comment functions
- What exactly happens to function argument availability when using a filter?
- Determining when was the last time a plugin was activated
- Gathering and logging data from a plugin: how to do it without race conditions?
- Form that generates an ID for the customer
- How to get path or root of plugin folder, not file or dir?
- My WordPress site when down after installing a plugin and now all I get is a simple white screen [closed]
- How to pass the API key to the client from the database? [closed]
- Access a particular field in an array
- Notice: Uninitialized string offset: 0 in social sharing mu-plugin
- Override plugin styles via my custom theme
- Using ACF default value to autoincrement a number field
- Elementor: How to override global theme style settings? [closed]
- How to deploy gutenberg on my own [closed]
- Render Modula Plugin Shortcode On Ajax Request
- WPDB: Update table
- Shortcode to update user meta
- Add user role to generated plugin