Opened 14 years ago
Closed 14 years ago
#3774 closed defect (bug) (fixed)
Child theme support
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Appearance - Template Pack | Keywords: | |
| Cc: |
Description
The current BP Template Pack doesn't fully support child themes. Specifically if the templates are included in the parent but not the child.
I have attached a patch that fixes this issue.
There is also a small typo ('tho' => 'the')
Attachments (2)
Change History (5)
#1
@
14 years ago
Added a new patch. This one uses a much simpler and faster if statement, but is what I would call a non standard use of the get_query_template function.
Also added a fix for if the theme is not in the wp-content/themes dir.
#3
@
14 years ago
- Resolution set to fixed
- Status changed from new to closed
Good call! (And sorry for the delay.) Fixed in https://github.com/boonebgorges/bp-template-pack/commit/cc6d10e2c45da6833b3529783a5703738efbd59d
adds child theme support