Skip to content

Instantly share code, notes, and snippets.

@adamgoose
Created July 26, 2013 00:28
Show Gist options
  • Save adamgoose/6085096 to your computer and use it in GitHub Desktop.
Save adamgoose/6085096 to your computer and use it in GitHub Desktop.
[[!getResources?
&parents=`[[*id]]`
&showHidden=`1`
&toPlaceholder=`nextid`
&limit=`1`
&tpl=`@INLINE [[+id]]`
&offset=`[[+offset]]`
]]
<div class="span6">
<article class="latest-article">
<div class="article-thumbnail">
<a href="[[~[[!+nextid]]]]" title="Thumbnail"><img src="[[#[[!+nextid]].tv.image:phpthumbof=`w=800&h=300&zc=1`]]" alt="[[#[[!+nextid]].tv.caption]]"/></a>
</div>
<div class="article-content">
<div class="article-header">
<h3><a href="[[~[[!+nextid]]]]" title="Title">[[#[[!+nextid]].pagetitle]]</a></h3>
</div>
<div class="article-excerpt">
<p>
[[#[[!+nextid]].content:striptags:ellipsis=`500`]]
<a href="[[~[[!+nextid]]]]" title="read more">continue reading &rarr;</a>
</p>
</div>
</div>
</article>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment