Changes between Version 2 and Version 4 of Ticket #62014
- Timestamp:
- 09/11/2024 06:10:10 AM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62014
-
Property
Component
changed from
GeneraltoEditor
-
Property
Component
changed from
-
Ticket #62014 – Description
v2 v4 48 48 49 49 50 In the editor , the query loop should only display posts with the gallery post format.50 In the editor and front, the query loop should only display posts with the gallery post format. 51 51 52 52 Next, change the format to standard: … … 62 62 }}} 63 63 64 In the editor, the query loop should only display posts that have no post format assigned. 65 66 -- 67 68 On the front, the query loop does not show any results: I am still figuring out if this is because part of the block changes are missing or if there are problems with {{{build_query_vars_from_query_block}}} in this PR. 69 64 In the editor and front, the query loop should only display posts that have no post format assigned.