Activity

  • Louis-Philippe replied to the question Custom Header in the forum BuddyPress (general issues) 8 years, 3 months ago

    Well after lot of research I found the solutions :

    1 ) make a copy of header.php from boss theme and put it in your child theme
    2 ) add these lines a the very end of your file header.php (in the child theme obviously) : <?php get_template_part( ‘template-parts/footer-new-header’ ); ?>
    3 ) add a folder named template-parts to your child theme and add a new php file named footer-new-header.php (or whatever name you want to give it as long as it match the php command in step #2)
    4 ) create your header in your new php file and voila ….