{"id":18913579,"date":"2026-05-20T12:10:00","date_gmt":"2026-05-20T12:10:00","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/registration-link-not-showing-on-multisite\/"},"modified":"2026-05-20T12:10:00","modified_gmt":"2026-05-20T12:10:00","slug":"registration-link-not-showing-on-multisite","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/registration-link-not-showing-on-multisite\/","title":{"rendered":"Registration Link not showing on Multisite"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">I found out that on Multisite Networks the Registration links do not show, independently what is allowed in the network. I looked up the templates and found the problem on line 57 of the default login.php template:<br \/>if ( get_option(&#8216;users_can_register&#8217;) &amp;&amp; !empty($lwa[&#8216;registration&#8217;]) )<br \/>The users_can_register option does not work on a Multisite network. I suggest that you create a helper function  that will include the following code:<br \/><br \/>if (<br \/>(<br \/>!is_multisite() &amp;&amp; get_option(&#8216;users_can_register&#8217;)<br \/>) ||<br \/>(<br \/>is_multisite() &amp;&amp; in_array(get_site_option(&#8216;registration&#8217;), [&#8216;user&#8217;, &#8216;all&#8217;])<br \/>)<br \/>) {<br \/>\/\/ registrations allowed<br \/>if (!empty($lwa[&#8216;registration&#8217;]) &amp;&amp; $lwa[&#8216;registration&#8217;] == 1) return true;<br \/>}<br \/>return false:<\/p>\n","protected":false},"template":"","class_list":["post-18913579","topic","type-topic","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/18913579","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/18913579\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=18913579"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}