Skip to content

Instantly share code, notes, and snippets.

@josesayago
Created July 19, 2013 17:33
Show Gist options
  • Select an option

  • Save josesayago/6040928 to your computer and use it in GitHub Desktop.

Select an option

Save josesayago/6040928 to your computer and use it in GitHub Desktop.
Network Latest Posts Block HTML Nodes & CSS Classes.
<div class="nlposts-container nlposts-block-container">
<div class="nlposts-wrapper nlposts-block content">
<div class="nlposts-block-item">
<ul class="nlposts-block-thumbnail thumbnails">
<li class="nlposts-block-thumbnail-litem span3">
<a href="#">
<img src="http://placehold.it/135x135" alt="" title="">
</a>
<div class="nlposts-caption">
<h3 class="nlposts-block-title">
<a href="#">Post Title</a>
</h3>
<div class="nlposts-block-excerpt">
<p>Excerpt content</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment