Skip to content

Commit

Permalink
ucpeople integration
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Aug 11, 2015
1 parent 5bde7f3 commit 3b93d16
Show file tree
Hide file tree
Showing 6 changed files with 452 additions and 309 deletions.
4 changes: 2 additions & 2 deletions inc/people-grid.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
echo '<a href="'. get_the_permalink().'" class="person-permalink">';

if (in_array('photo', $information_to_display)) {
echo '<span class="person-image">';
echo '<div class="person-image">';
the_post_thumbnail('large');
echo '</span>';
echo '</div>';
};

if (in_array('first_name', $information_to_display) || in_array('middle_name', $information_to_display) || in_array('last_name', $information_to_display)){
Expand Down
Loading

0 comments on commit 3b93d16

Please sign in to comment.