Skip to content

Commit

Permalink
fixes authors
Browse files Browse the repository at this point in the history
  • Loading branch information
allanlasser committed Dec 7, 2014
1 parent 56350b1 commit 2e1a33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
while($features_query->have_posts()) :
$features_query->the_post();

$post_author = post_author();
$post_author = get_the_author();
$post_author_name = get_the_author_meta('display_name', $post_author);
$post_author_url = get_author_posts_url($post_author);
$post_image = get_the_post_thumbnail(get_the_id(), 'large');
Expand Down

0 comments on commit 2e1a33e

Please sign in to comment.