I want to show category in the post title , how can I do

You can use the function wp_get_post_categories to loop over the posts categories.

See WordPress Docs for more info

tech