Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
UC People Archive - Adding Class
  • Loading branch information
briandunnigan authored and briandunnigan committed Dec 16, 2015
1 parent b757e6c commit f9ba36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content-person.php
Expand Up @@ -15,7 +15,7 @@ $information_to_display = get_field( "information_to_display" );
} ?>
<header class="entry-header">
<?php
echo '<h2><a href="'.get_permalink().'">';
echo '<h2 class="archive-person-name"><a href="'.get_permalink().'">';
the_field('first_name');
echo ' ';
if (get_field('middle_name')){
Expand Down

0 comments on commit f9ba36d

Please sign in to comment.