@the-admiral
14 years, 1 month ago
Nevermind. Boy do I feel stupid. It was right in front of my eyes. I got it.
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 /* 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’ ); ?>