You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure I fully understand exactly what bbPress is doing, so I could easily be wrong. However, it seems that what bbPress is doing overrides template files loaded by WordPress (for example: index.php), not template parts loaded by the get_template_part() function (for example: content-quote.php). Is that correct?
Any thoughts on adding filters to the arguments of get_template_part() to allow template parts to be selectively overridden? For example:
This should allow child themes (and potentially plugins?) to specify exactly which template parts should be loaded under different circumstances.
The text was updated successfully, but these errors were encountered: