custom fields wordpress

PHP
/*  Wordpress  for custom field -------
 create template file like home.php and add this code  */

<?php echo get_field('name');?>So, I did another search today and this was worked first time. http://adambalee.com/search-wordpress-by-custom-fields-without-a-plugin/
Source

Also in PHP: