Make WordPress Core

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


Ignore:
Timestamp:
09/14/2017 07:30:48 AM (7 years ago)
Author:
lagdonkey
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18408, comment 27

    v1 v2  
    77get_the_title($p->Id);
    88?>
     9
     10}}}
    911Then you get the desired/expected result.
    10 }}}
    1112
    1213This 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.