Opened 3 years ago
Closed 3 years ago
#5765 closed defect (bug) (wontfix)
Don't load the theme filters interface on individual theme pages
Reported by: | jonoaldersonwp | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Theme Directory | Keywords: | seo |
Cc: |
Description (last modified by )
Individual theme pages, like https://wordpress.org/themes/agama/, include the entire themes filter interface (which is hidden via CSS). See .wp-filter
.
This should be removed / not included.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
This is the way that the JS client is built, the rendered output is required for the JS to work correctly.
If you load a search, and then browse to a theme, you'll see that the search results stay in the DOM as well.
This isn't going to change until the Theme Directory theme is rewritten from scratch in something other than Backbone. The only options available to fix this currently is to remove the JS, which we won't be doing at this time.