wp 2bget custom field phpto

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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>