1/* Wordpress for custom field -------
2 create template file like home.php and add this code */
3
4<?php echo get_field('name');?>
1So, I did another search today and this was worked first time. http://adambalee.com/search-wordpress-by-custom-fields-without-a-plugin/