Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Badge Maker


warut
Participant

@warut

bug fix!!

the problem is it cant find home.php in child theme so using locate_template() (as r-a-y recommend) to find template in parent theme is fix this.

here the code:

replace line 93-98 from bp-badge-core.php

with

locate_template( $templates, true );

i will update this in next version soon.

Skip to toolbar