Skip to content

Instantly share code, notes, and snippets.

@kharissulistiyo
Created November 22, 2015 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kharissulistiyo/69b6a47408bcd896533f to your computer and use it in GitHub Desktop.
Save kharissulistiyo/69b6a47408bcd896533f to your computer and use it in GitHub Desktop.
Faculty WP: Avatar Section
<div class="portrate
<?php if (ot_get_option('hide_logo')=='on'): ?>
hidden-xs
<?php endif; ?>
">
<a href="<?php echo get_site_url();?>"><img src="<?php echo ot_get_option('personal_photo'); ?>" alt="<?php echo ot_get_option( 'person_name' ); ?>"></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment