wp 2bget custom field phpto

Solutions on MaxInterview for wp 2bget custom field phpto by the best coders in the world

showing results for - "wp 2bget custom field phpto"
Annaelle
18 Jan 2020
1<div class="about_photo">
2		<?php
3		$value =get_field('about_photo');
4		 echo "<img src='".$value."' width='200px' height='200px'>";
5		 ?>
6</div>