Skip to content

Instantly share code, notes, and snippets.

@ViewFromTheBox
Created June 17, 2017 01:37
Show Gist options
  • Select an option

  • Save ViewFromTheBox/bce4d226f07185e9bf4286544fc37540 to your computer and use it in GitHub Desktop.

Select an option

Save ViewFromTheBox/bce4d226f07185e9bf4286544fc37540 to your computer and use it in GitHub Desktop.
For more information, go to: https://sportsbenchwp.com
<div class="team-photo">
<?php echo $team->get_team_photo( 'team-photo' ); ?>
</div>
<div class="team-name row">
<div class="large-2 medium-2 small-2 columns">
<?php echo $team->get_team_photo( 'team-logo' ); ?>
</div>
<div class="large-10 medium-10 small-10 columns">
<h1 class="team-title" style="color:<?php echo $team->team_primary_color; ?>"><?php echo $team->team_name ?></h1>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment