Skip to content

Instantly share code, notes, and snippets.

@cgrymala
Created January 8, 2016 16:38
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Example of PCS usage of custom Views Content Template
<article class="[pcs-entry-classes classes='pcs-entry one-fourth' columns=4]">
<header>
<figure class="pcs-featured-image">
[pcs-thumbnail]
</figure>
<h1 class="pcs-post-title">
<a href="[pcs-post-url]">[wpv-post-title]</a>
</h1>
</header>
<footer>
<p class="pcs-publish-date">
[wpv-post-date format="F j, Y g:i a"]
</p>
</footer>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment