Changes between Version 1 and Version 2 of Ticket #18408, comment 25
- Timestamp:
- 02/24/2017 06:48:04 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18408, comment 25
v1 v2 14 14 15 15 It 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 17 Also, you could just use the same args with `get_posts();`