-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Closed
Copy link
Labels
Needs Design FeedbackNeeds general design feedback.Needs general design feedback.[Block] Query LoopAffects the Query Loop BlockAffects the Query Loop Block[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
The Query Loop block can exist in two different modes:
- Default: Inheriting from the Global template
- Custom: Allowing the user to define the Post Type etc. manually.
This works great in the context of editing a Template. But when you insert a Query block inside content and leave the settings on "Default" it shows you a list of posts in the editor. But on the frontend it never displays anything because there is no global query to inherit from.
Proposed Solution
When there is no global query to inherit from the "Default" settings should display X (global posts per page setting) posts of the default posts post type.
Metadata
Metadata
Assignees
Labels
Needs Design FeedbackNeeds general design feedback.Needs general design feedback.[Block] Query LoopAffects the Query Loop BlockAffects the Query Loop Block[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Type
Projects
Status
✅ Done