[wp-trac] [WordPress Trac] #53147: Twenty Twenty: Theme Causes bbPress/BuddyBoss Main Forum Page to Display Text
WordPress Trac
noreply at wordpress.org
Sat Jun 5 07:29:15 UTC 2021
#53147: Twenty Twenty: Theme Causes bbPress/BuddyBoss Main Forum Page to Display
Text
---------------------------+-----------------------
Reporter: deborah86 | Owner: (none)
Type: defect (bug) | Status: reopened
Priority: normal | Milestone:
Component: Bundled Theme | Version: 5.7.1
Severity: normal | Resolution:
Keywords: 2nd-opinion | Focuses:
---------------------------+-----------------------
Changes (by Clorith):
* keywords: => 2nd-opinion
Comment:
I can replicate what you are experiencing, with that information in hand,
but I don't thinks this is something that a theme should have to solve.
A lot of plugins could be experiencing issues like this (you already
mentioned two), so this is like opening a can of worms if the theme should
account for all plugins, instead the plugins them selves can be smart
about this.
A plugin could either add specific Twenty Twenty compatibility code (as an
example, WooCommerce does this, although not for this specific issue, they
have a folder full of theme-specific modifications), for example by
checking if the theme option to show summaries has been chosen, and
changing the output via the `the_excerpt` conditionally.
Or they could outright filter the `the_excerpt` filter always, if a plugin
relies on markup to be displayed on a site, to make sure their content is
added correctly across themes without being specific to Twenty Twenty.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/53147#comment:16>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list