Skip to content

Instantly share code, notes, and snippets.

@thomascrenshaw
Created April 1, 2014 20:59
Show Gist options
  • Save thomascrenshaw/9923079 to your computer and use it in GitHub Desktop.
Save thomascrenshaw/9923079 to your computer and use it in GitHub Desktop.
View template for bikes on PJD
<div id="pjd-gallery-content">
<div id="content-container-bikegallery" class="shadow">
<div class="content">
<h1>[wpv-post-title]</h1>
<div id="myGallery">
[types field="slide-shortcode" output="raw"][/types]
</div> <!-- end myGallery -->
</div> <!-- end content -->
<div id="container-text">
<div class="gallery-sidebar-but">
&nbsp;
</div>
<div class="gallery-sidebar">
<div class="dotted-line"></div>
<p class="tinytext">ENGINE:</p>
<p class="para-bold">[types field="bike-power" output="raw"][/types]</p>
<p class="tinytext">TRANSMISSION:</p>
<p class="para-bold">[types field="bike-gears" output="raw"][/types]</p>
<p class="tinytext">PAINT:</p>
<p class="para-bold">[types field="bike-paint" output="raw"][/types]</p>
<p class="tinytext">CHROME:</p>
<p class="para-bold"><[types field="bike-chrome"][/types]</p>
<p class="tinytext">WHEELS:</p>
<p class="para-bold">[types field="bike-wheels"][/types]</p>
<div class="dotted-line"></div>
<p>[types field="description"][/types]</p>
</div> <!-- end gallery-sidebar-->
</div> <!-- end container text -->
</div> <!-- end content-container-bikegallery -->
</div> <!-- end pjd-gallery-content -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment