[Resolved] Groups, Member, Forum links redirect to homepage – using Child theme
-
This is strange and I don’t think it’s the same old redirect to home page issue. For my case it only happens when I activate my child theme. Everything works fine with “Twenty Twelve” theme, but when I activate my child theme, all links redirect to home page.
My child theme is based on bp-default theme and it’s located in my root wp-content/themes/child-theme-name and these are the only files I have inside my child theme:
- functions.php
- style.css
- header.php
Is it okay to start with these files or should I copy/paste more files/folders such as activity, blogs, forums, groups, etc from my bp-default theme?
By the way, this is the code I am using in my functions.php so bp doesn’t queue up the default stylesheet:`<?php
if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) ) :
function bp_dtheme_enqueue_styles() {}
endif;
?>`and I modified my header.php and added a line to link my new css file.
Any help for resolving this is appreciated.
Thanks
- The topic ‘[Resolved] Groups, Member, Forum links redirect to homepage – using Child theme’ is closed to new replies.