Example of PCS usage of custom Views Content Template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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