Viewing 1 replies (of 1 total)
  • Thread Starter rlebowitz

    (@rlebowitz)

    Hi,
    I resolved this, thanks! It was some extra code in my functions.php file:

    function remove_postheader_posttitle($title){
    return (”);
    }
    add_filter(‘thematic_postheader_posttitle’,’remove_postheader_posttitle’);

Viewing 1 replies (of 1 total)

The topic ‘Post titles still missing’ is closed to new replies.