• functions.php line 306 should be

    $t = apply_filters( 'the_title', $temp->post_title, $post->ID );

    instead of

    $t = apply_filters( 'the_title', $temp->post_title );

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘apply_filters the_title missing post ID’ is closed to new replies.