• Nested Pages does not recognize the Archived Post Status, and it should, as it’s a valid WordPress post status, able to be activate by a few different plugins and/or code.

    It currently treats them as if they don’t even exist, which is not good.

Viewing 1 replies (of 1 total)
  • The problem comes from this file app/Views/partials/tool-list.php.
    The filters on the top of the page are hard coded which doesn’t allow any other plugin to interact with and add custom post statuses.

    And statuses are also hard coded here : app/Entities/Listing/ListingQuery.php::getPosts()

Viewing 1 replies (of 1 total)
  • The topic ‘Nested pages does not recognize the Archived Post Status’ is closed to new replies.