Created
April 1, 2014 20:59
-
-
Save thomascrenshaw/9923079 to your computer and use it in GitHub Desktop.
Revisions
-
thomascrenshaw created this gist
Apr 1, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,30 @@ <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 -->