Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Permalinks setup with WP intalled in subdirectory and index.php in root


sueme
Participant

@sueme

All I need now is for the ‘Home’ link in the header to point to mysite.com it currently points to mysite/wordpress

Anyone know how I change this?

The bp theme header shows

<div id="header">

<h1 id="logo"><a>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></a></h1>

<ul id="nav">
<li<?php if ( bp_is_front_page() ) : ?> class="selected"<?php endif; ?>>
<a>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?></a>

So presumably (says she with little knowledge) I need to change this to something else?

Skip to toolbar