Exemplo n.º 1
0
        <?php 
    the_post_thumbnail($post->ID, 'responsive');
    ?>
      <?php 
} else {
    ?>
        <?php 
    agency_placeholder('team');
    ?>
      <?php 
}
?>
      <h1><?php 
the_title();
?>
</h1>
      <?php 
agency_team_member_title($post->ID);
?>
      <div>
        <?php 
the_content();
?>
      </div>
      <ul class="social">
        <?php 
agency_team_member_social($post->ID);
?>
      </ul>

    </section>
Exemplo n.º 2
0
    ?>
      <a class="team-photo" href="<?php 
    the_permalink();
    ?>
"><?php 
    agency_placeholder('team');
    ?>
</a>
      <?php 
}
?>
      <h2><a href="<?php 
the_permalink();
?>
"><?php 
agency_team_member_name();
?>
</a></h2>
      <?php 
agency_team_member_title();
?>
      <?php 
the_excerpt();
?>

      <ul class="social">
        <?php 
agency_team_member_social();
?>
      </ul>
    </section>