Make WordPress Core

Changes between Version 2 and Version 4 of Ticket #62014


Ignore:
Timestamp:
09/11/2024 06:10:10 AM (15 months ago)
Author:
poena
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62014

    • Property Component changed from General to Editor
  • Ticket #62014 – Description

    v2 v4  
    4848
    4949
    50 In the editor, the query loop should only display posts with the gallery post format.
     50In the editor and front, the query loop should only display posts with the gallery post format.
    5151
    5252Next, change the format to standard:
     
    6262}}}
    6363
    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 
     64In the editor and front, the query loop should only display posts that have no post format assigned.