Skip to:
Content
Pages
Categories
Search
Top
Bottom

How do I get rid of “Buddypress is ready” message?


  • Captain Queeg
    Participant

    @the-admiral

    I followed the instructions and don’t have a clue how to find anything. I am using the Weaver 2010 Theme. Can somebody walk me thru the process step by step?

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

  • @mercime
    Keymaster

    @mercime

    Open up active theme’s style.css and add buddypress to Tags:


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


    Captain Queeg
    Participant

    @the-admiral

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


    @mercime
    Keymaster

    @mercime

    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/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I get rid of “Buddypress is ready” message?’ is closed to new replies.
Skip to toolbar