editing menu links and selected option – www.FoolsLove.com
-
Hello,
https://www.foolslove.com/ in this web site, on the navigational tabs, the default home tab links to site url. I would like the home link to be linked to https://www.foolslove.com/members/membername/ when the user is logged in and link to site url when not logged it. Also need to make sure the class selected to highlight the active tab appropriately. Any help will be highly appreciated, thanks.
<li<?php if ( bp_is_front_page() ) : ?> class=”selected”<?php endif; ?>>
” title=”<?php _e( ‘Home’, ‘buddypress’ ) ?>”><?php _e( ‘Home’, ‘buddypress’ ) ?>bp_loggedin_user_domain() – this is the link I would like when the user is logged in otherwise site_url()
- The topic ‘editing menu links and selected option – www.FoolsLove.com’ is closed to new replies.