Forums
(@kofc126)
16 years, 6 months ago
edit the loginform section of the wp-login.php page redirect to.
Change, ?php echo attribute_escape($redirect_to); ?> to your site url
class=”submit”> type=”hidden” name=”redirect_to” value=”ENTER SITE URL” />
No plugins needed works fine
kofc126
In your header.php file remove (blog) from the href and the home link will go to your main site.
Also change the text >Home< to what you want to call it.
div id=”navigation”
<div id=”navigation”>
Kofc126