1
<h3 class="aboutus">About us</h3>
2
<?php $aboutimage = get_option('swt_about_image'); echo "<img src='$aboutimage' class='aboutimage' alt='About Us' />"; ?>
3
<?php $about = get_option('swt_aboutus'); echo $about; ?>