Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • @wmike1503

    Member

    Hi,

    Thanks for that.

    My stylesheet is called style.css so my functions.php contains the following:

    `<?php

    /*enqueue stlyesheet – ADDED BY MIKE*/

    function add_my_stylesheet() {
    wp_enqueue_style(‘style’, get_bloginfo(‘stylesheet_directory’) . ‘/style.css’);
    }
    add_action(‘wp_enqueue_style’, ‘add_my_stylesheet’);

    /*MIKE’S EDIT ENDED */

    ?>`

    Am I getting there?

    Cheers,

    Mike

    @wmike1503

    Member

    Hi,

    Many thanks for that.

    I’ve copied the default Buddypress functions.php and added the above code. This just results in the site not loading.

    From the various articles i have read it would appear that copying the original files from BP-default such as header.php, footer.php etc to the child themes folder and editing them is meant to work. So far, if I make any changes to them it just breaks BuddyPress.

    I must be missing something here.

    Cheers,

    Mike

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