Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • Captain Queeg
    Participant

    @the-admiral

    Nevermind. Boy do I feel stupid. It was right in front of my eyes. I got it.


    Captain Queeg
    Participant

    @the-admiral

    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’ );
    ?>

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar