// No point in doing all this work if we didn't match any posts.
if ($GLOBALS['posts']) {
の上の行に一行挿入して、
$GLOBALS['posts'] = apply_filters('the_posts', $GLOBALS['posts']);
// No point in doing all this work if we didn't match any posts.
if ($GLOBALS['posts']) {
// No point in doing all this work if we didn't match any posts.
if ($GLOBALS['posts']) {
の上の行に一行挿入して、
$GLOBALS['posts'] = apply_filters('the_posts', $GLOBALS['posts']);
// No point in doing all this work if we didn't match any posts.
if ($GLOBALS['posts']) {