Created
April 1, 2014 20:59
-
-
Save thomascrenshaw/9923079 to your computer and use it in GitHub Desktop.
View template for bikes on PJD
This file contains hidden or 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
<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"> | |
| |
</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