BP 1.2 – bp-default -> child theme one -> grandchild theme one
-
hi
i’m using bp 1.2 and wpmu 2.9.1.1
not quite sure if this possible..been looking around but still did not find a way..
i’m building a child theme from bp-default…for more variation of the first child theme..is there
a way to build a grandchild theme based on first child theme..
get_stylesheet_directory()
get_stylesheet_directory_uri()
include (STYLESHEETPATH . '/SOME.PHP');
grand child theme cannot inherit function or template from first child theme parent (bp-default)
sample:
bp-default had function hitme()
child theme can inherit hitme() —- Template: bp-default (style.css)
grandchild theme cannot inherit hitme() — Template: child theme one (style.css)
i know we can always copy the function hitme() over to grandchild functions.php but i would prefer inherit method:)
any child theme expert want to chip in or share some thought…feel free:)
- The topic ‘BP 1.2 – bp-default -> child theme one -> grandchild theme one’ is closed to new replies.