Opened 10 years ago
Closed 10 years ago
#6636 closed enhancement (fixed)
Theme Compat: Add singular.php to list of wrapper template files for BP content
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.4 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Templates | Keywords: | has-patch commit |
| Cc: |
Description
BuddyPress pages no longer have any h1 level headings when Twenty Sixteen is activated. This is because the BP components are now wrapped in the theme's index.php which has h2 level heading for content. The page.php file that we're counting on is not available in the theme because Twenty Sixteen uses singular.php (introduced in WP#22314) in lieu of page.php and single.php.
Attached patch adds singular.php to the list of wrappers.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Make it so!