Created
January 30, 2017 01:48
-
-
Save mikekavouras/5016db49b2ad5a81a1de1049760abd63 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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