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”
li class=”current_page_item”>Home
kofc126
In your header.php file remove (blog) from the href and the home link will go to your main site.
<div id=”navigation”>
<li class=”current_page_item”>Home
Kofc126