I am trying to change favicon in wordpress. For which i have uploaded image in media and in theme customisation, under site identity i used that image as a favicon.
If your wordpress version is 4.2+, just add wp_head() in your header.php between tags:
wp_head()
header.php
You should be able to change the favicon from Administration Screen > Appearance > Customize now.
Function reference: wp_head()