Quantcast
Channel: Site5 Free Premium WordPress Themes » All Posts
Viewing all articles
Browse latest Browse all 8865

Reply To: Making contents on homepage image links

$
0
0

Hi,

If you want to display an image only (with link option), remove all oneThird code and replace it with this:

<div class="oneThird homecontent">
<?php if(of_get_option('snb_homecontent1url') != '') { ?>
<p><a href="<?php echo of_get_option('snb_homecontent1url') ?>" ><img src="<?php echo of_get_option('snb_homecontent1img') ?>" class="alignleft" alt="<?php echo of_get_option('snb_homecontent1title') ?>" /></a></p>
<?php } ?>
</div>

Viewing all articles
Browse latest Browse all 8865

Trending Articles