changing the member login link url
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 6 Sep 2017 13:16:27 +0000 (09:16 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 6 Sep 2017 13:16:27 +0000 (09:16 -0400)
the partner log in was changed to member login and the url was set to the members
only page

sections/copyright.php

index bbde78b..b496b06 100644 (file)
@@ -6,6 +6,6 @@
         <span class="bullet"> &#8226; </span>
         <span> All Rights Reserved.</span>
         <span class="bullet"> &#8226; </span>
-        <span><a id="part-login" href="<?php bloginfo('url')?>/wp-admin">Partner Login</a></span>
+        <span><a id="part-login" href="<?php echo get_permalink(330); ?>">Member Login</a></span>
     </div>
 </div>
\ No newline at end of file