@tvbox
13 years, 7 months ago
this is my functions.php `<?php if ( !function_exists( ‘bp_dtheme_enqueue_styles’ ) ) : function bp_dtheme_enqueue_styles() {
// You should bump this version when changes are made to bust cache $version = ‘20111109’;
// Register stylesheet of bp-dusk child theme wp_register_style( ‘tlgtheme’, get_stylesheet_directory_uri() . ‘/style.css’, array(), $version );
// Enqueue stylesheet of bp-dusk chid theme wp_enqueue_style( ‘tlgtheme’ ); } add_action( ‘wp_enqueue_scripts’, ‘bp_dtheme_enqueue_styles’ ); endif; ?> `