alleyinteractive / sponsorship-manager

Sponsorship Manager plugin
Other
3 stars 2 forks source link

Allow "archiveless" posts when default landing page is overridden #19

Open joshkadis opened 8 years ago

srtfisher commented 8 years ago

Steps to reproduce:

  1. Make new WP_Query
  2. Set 'post_status' => 'publish'
  3. Execute query and find that posts are missing from the taxonomy landing page.

This may not be a flaw of the sponsorship manager but rather a flaw in Food Republic since we really just didn't take into mind the post status of 'archiveless'.

Fix for Food Republic: https://github.com/alleyinteractive/foodrepublic/pull/322