PressForward / pressforward

PressForward is a free plugin that provides an editorial workflow for content aggregation and curation within the WordPress dashboard. It is designed for bloggers and editorial teams who wish to collect, discuss, and share content from a variety of sources on the open web.
GNU Affero General Public License v3.0
120 stars 21 forks source link

Don't override query in `prep_archives_query()` #1145

Closed boonebgorges closed 1 year ago

boonebgorges commented 1 year ago

The prep_archives_query() callback wipes out WP_Query's SQL and does its own query. This is bad in many ways.

The callback handles a bunch of URL parameters, such as pf-see. We'll need a different approach for them.