Skip to content

Instantly share code, notes, and snippets.

@cgrymala
Created January 8, 2016 16:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cgrymala/5e6b7b36d2e8c8eaea33 to your computer and use it in GitHub Desktop.
Save cgrymala/5e6b7b36d2e8c8eaea33 to your computer and use it in GitHub Desktop.
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