Changes between Version 1 and Version 2 of Ticket #18408, comment 27
- Timestamp:
- 09/14/2017 07:30:48 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18408, comment 27
v1 v2 7 7 get_the_title($p->Id); 8 8 ?> 9 10 }}} 9 11 Then you get the desired/expected result. 10 }}}11 12 12 13 This solution saved my bacon, but the issue itself cost me about an hour of debugging, trying to find the culprit. Issue occurred on my local Apache hosted dev environment with no plugins and only a custom theme I was working on. If it at all helps, I've also noticed issues in other areas of wp's backend when dealing with custom wp_query's, most noticably in other plugins like Advanced custom fields.