Skip to content

Instantly share code, notes, and snippets.

@psahalot
Created June 7, 2018 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psahalot/47b61422fa0cbff5a86f8c2119799cad to your computer and use it in GitHub Desktop.
Save psahalot/47b61422fa0cbff5a86f8c2119799cad to your computer and use it in GitHub Desktop.
Content Grid Custom Layout
[wpbb-if post:featured_image]
<div class="pp-content-grid-post-image">
[wpbb post:featured_image size="large" display="tag" linked="yes"]
<div class="pp-content-grid-post-text">
<h3 class="pp-content-grid-post-title">[wpbb post:link text="title"]</h3>
<div class="pp-content-grid-post-meta">
[wpbb post:date format="F j, Y"]
</div>
</div>
</div>
[/wpbb-if]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment