Bug with post titles [closed]

This is usually due to using custom query/loop stuff after the main query and not calling either wp_reset_postdata() or wp_reset_query() after you’re done. See this answer for more detail on which to use.