Open up active theme’s style.css and add buddypress to Tags:
Can’t find tags. The only thing find is a tag template, and this is what it shows, if it’s right, I still don’t know where to place buddypress:
<?php
/**
* The template for displaying Tag Archive pages.
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/
get_header(); ?>
<?php
printf( __( ‘Tag Archives: %s’, ‘twentyten’ ), ‘‘ . single_tag_title( ”, false ) . ‘‘ );
?>
<?php
/* Run the loop for the tag archive to output the posts
* If you want to overload this in a child theme then include a file
* called loop-tag.php and that will be used instead.
*/
get_template_part( ‘loop’, ‘tag’ );
?>
Nevermind. Boy do I feel stupid. It was right in front of my eyes. I got it.
Glad you resolved it on your own. Btw, forgot to add, you should also install BP Template Pack to get BP components working in your WP theme – https://wordpress.org/extend/plugins/bp-template-pack/