Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62014, comment 9


Ignore:
Timestamp:
09/17/2024 01:43:10 AM (15 months ago)
Author:
peterwilsoncc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62014, comment 9

    initial v1  
    77* Post Format: link
    88
    9 Is the intention that it will perform the `AND` pseudo query `post format == link AND ( post tag == some-tag OR post category == some-category`)?
     9Is the intention that it will perform the `AND` pseudo query `post format == link AND ( post tag == some-tag OR post category == some-category)`?
    1010
    1111Or is the intention that it will perform the `OR` pseudo query `post format == link OR post tag == some-tag OR post category == some-category`?