Skip to content

Instantly share code, notes, and snippets.

@zvineyard
Last active August 29, 2015 13:57
Show Gist options
  • Save zvineyard/9469031 to your computer and use it in GitHub Desktop.
Save zvineyard/9469031 to your computer and use it in GitHub Desktop.
PyroCMS Tag: Cope Articles
<div class="posts">
{{ articles:preview limit="2" }}
<div class="post" style="border:none;margin:0;">
<h2><a href="story/{{ article_slug }}">{{ article_title }}</a></h2>
<div class="meta">
<p class="pub_date">{{ helper:date timestamp=created }}</p>
</div>
{{ if thumb_id }}
<div class="post_thumb"><img data-pyroimage="true" height="100" src="https://web.nnu.edu/uploads/default/files/{{ thumb }}" style="height:100px;width:100px;" width="100" /></div>
{{ endif }}
<div class="post_intro">
<p>{{ article_introduction }}</p>
</div>
</div>
{{ /articles:preview }}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment