Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #55037, comment 6


Ignore:
Timestamp:
02/02/2022 05:53:14 AM (3 years ago)
Author:
costdev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55037, comment 6

    initial v1  
    3939- Try switching to a different theme to see if the issue persists.
    4040- If the issue does not persist, check for filters that may be applied to `pre_get_posts` or similar filters that may be causing an issue.
    41 - Alternatively, add `post_status => 'publish'` to the `$args` array.
     41- Alternatively, add `'post_status' => 'publish'` to the `$args` array.