I’m currently developing a site in which a user can create a user area with a user directory created at registration such as myWebsite.com/user/myUserName Now I’ve seen YouTube & TikTok (and presumably more) use an url like myWebsite.com/user/@myUserName (note the “@”) So my questi…
Tag: url-parameters
URL parameter is handled incorrectly on multisite
With a form that is displayed via a shortcode, we want to add parameters to the URL and then read it out again in another shortcode. These functionalities are added via a custom plugin. This works fine on a standard WordPress installation. However, if we add the plugin to a multisite installation, it does not…