Skip to content

Commit

Permalink
form styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnór Bogason authored and Arnór Bogason committed Dec 9, 2019
1 parent 36081b7 commit c4f1db8
Show file tree
Hide file tree
Showing 5 changed files with 2,781 additions and 2,648 deletions.
1 change: 1 addition & 0 deletions library/svef-partials/component-winners-slider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
'post_type' => 'winners',
'posts_per_page' => 1,
'order' => 'ASC',
'orderby' => 'post_date'
);
$the_winners_query = new WP_Query( $args );
$first_post_title = $the_winners_query->posts[0];
Expand Down
Loading

0 comments on commit c4f1db8

Please sign in to comment.