Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #18408, comment 25


Ignore:
Timestamp:
02/24/2017 06:48:04 PM (8 years ago)
Author:
jpSimkins
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18408, comment 25

    v1 v2  
    1414
    1515It needs to be noted that you cannot use the loop methods like `get_the_title()` but you can easily call `$p->post_title`. I do not believe the filters are applied to these so you may need to use a different object for the backend than the frontend since the issue is only on the backend of WP.
     16
     17Also, you could just use the same args with `get_posts();`