Change these 2 lines in footer.php ..
change
<span><?php _e('Email', 'delta'); ?>:</span><strong><?php echo del_param('site_email'); ?></strong>
to
<span><?php _e('Email', 'delta'); ?>: <a href="mailto:support@ownpetz.com">support@ownpetz.com</a></strong>
and change
<li><?php _e('Email', 'delta'); ?>: <?php echo del_param('site_email'); ?></li>
to
<li><?php _e('Email', 'delta'); ?>: <a href="mailto:support@ownpetz.com">support@ownpetz.com</a></li>
for more solution contact us.
Comments