[Resolved] BuddyPress child theme: template is missing
-
I am having a very hard time getting BuddyPress to run as a child theme. I’m following the instruction at: http://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
I currently have BuddyPress installed and the BuddyPress Default as my theme. I then created a new folder for my child theme, and put in in wp-content/themes, then put a style.css file in there. The contents of my style.css file are:
`
/*
Theme Name: ATC Phoenix Alumni
Theme URI: http://niklassletteland.com/portfolio/atc-phoenix-alumni/
Description: A custom child theme for the ATC alumni association’s website
Version: 1.0
Author: Niklas Sletteland
Author URI: http://niklassletteland.com/
Template: bp-default
Tags: buddypress
*/
`
As far as I can tell, that should be what I need to do to create the child theme… Under my themes section, I see the child theme, but it’s listed as a ‘broken theme’, with the description: “Template is missing.” I’ve been reading forums and troubleshooting this for a while, and I can’t figure out what’s going on!Any help would be appreciated.
Thanks!
- The topic ‘[Resolved] BuddyPress child theme: template is missing’ is closed to new replies.