select posts.posttitle, posts.postbody, authors.authorName, authors_info.`key`, authors_info.`value` from posts left join authors
on posts.authorId=authors.authorId
left join authors_info on authors.authorId=authors_info.authorid
on posts.authorId=authors.authorId
left join authors_info on authors.authorId=authors_info.authorid