• On the homepage of this theme, in the code:

    <?php if(of_get_option('veecard_home_email')    != '') { ?>
    <li><?php _e('Email','site5framework') ?>: <?php echo of_get_option('veecard_home_email') ?></li>
    <?php } ?>

    Is it possible to make this email address a link?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m sorry but as you appear to be using a commercially supported theme, you need to seek support from the theme’s developers – paid or otherwise. We only support themes downloaded from wordpress.org here.

    Thread Starter hancohen

    (@hancohen)

    Ok thanks

    Hey hancohen

    Not sure if you are still looking for some help but here is how you make your homepage email a link:

    Look for the Veecard: Main Index Template (index.php) in the WordPress editor or your own HTML editor, and find the email secion within the LI brackets.

    <li><?php _e('Email','site5framework') ?>: <?php echo of_get_option('veecard_home_email') ?></li>

    Then, just add the email link before the opening php tag to add your email, like

    <li><a href="mailto:YOUREMAIL@EMAIL.COM"><?php _e('Email','site5framework') ?>: <?php echo of_get_option('veecard_home_email') ?></a></li>

    If you want to add a subject etc, then just add that in the link too.

    Don’t forget to make a backup in case you change your mind/just to be safe.

    I haven’t made my email a link but I have customised the links on my home page whch you can see here: http://daniel-reed.eu/

    I hope that helps.

    Dan

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Veecard home page’ is closed to new replies.