soflyy / breakdance-bugs

Bug reports from Breakdance users.
40 stars 6 forks source link

Post Loops bug - Query Custom Builder settings not working. #990

Closed helpwise closed 5 months ago

helpwise commented 9 months ago

Broken in the 2 websites I am working on at this point.

  1. Create a Post Loop Builder in a Page, A custom post type of News and add a few posts in it (for testing).
  2. At Settings > Query, set CUSTOM to a custom post_type (Mine is News)
  3. Hit Save and watch NO articles be pulled in, (or sometimes the default Home page)
  4. So try Settings > Text, use 'post_type=news' - this works
  5. Then try Settings > Array, use 'return ['post_type' => 'news'];' this also works

There are no error messages, just invalid results for the Query Builder.

louisreingold commented 5 months ago

We can't reproduce this.