Skip to content

Instantly share code, notes, and snippets.

@mikekavouras
Created January 30, 2017 01:48
Show Gist options
  • Save mikekavouras/5016db49b2ad5a81a1de1049760abd63 to your computer and use it in GitHub Desktop.
Save mikekavouras/5016db49b2ad5a81a1de1049760abd63 to your computer and use it in GitHub Desktop.
monthly = array
if monthly->has_posts {
year = get_year()
month = get_month()
<a href="post_link">
get_the_date()
</a>
while has_posts {
<img ="post_image" />
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment