Re: enable theme 1.2 sitewide
My code is this (trying to force buddpress default child theme):
/*
THEME NAME: default
THEME URI: http://notimportant.com/
DESCRIPTION: My Blog Page
VERSION: 1.2
AUTHOR: hello
AUTHOR URI:
Template: bp-default
*/
And this is the code of the default:
/*
THEME NAME: default
THEME URI: http://notimportant.com/
DESCRIPTION: My Blog Page
VERSION: 7.1
AUTHOR: hello
AUTHOR URI:
*/
The only thing I can think of that is preventing the forced default from taking place is that I have to reference the template:
Template: bp-default
Does anyone have any idea how I can force the child theme to be the default? Oh and by the way I did name the themes the same in the directory. In other words I used name: default for the directory… It will just not force, something is preventing it from taking place.