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
| <?php | |
| $arr = array('http://placekitten.com/300/250', 'http://placekitten.com/400/150'); | |
| $shuffle = array_rand($arr, 1); | |
| // print_r($shuffle); | |
| echo '<img src="' . esc_url( $arr[$shuffle] ) . '" />'; |
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="sponsor-area" class="featured"> | |
| <h3>Maker Faire Sponsors</h3> | |
| <div id="sponsorCarousel" style="height:240px;margin-top:10px;margin-bottom:10px;" class="carousel slide sponsorCarousel"> | |
| <div class="carousel-inner" style="background-color:#fff;"> | |
| <div class="item active"> | |
| <div class="table-cell"> | |
| <a href="http://www.radioshack.com/home/index.jsp"><img style="margin-left:10px;width:280px !important;" src="http://makezineblog.files.wordpress.com/2012/08/radioshack.gif?w=280" alt="RadioShack" valign="center" title="RadioShack" /></a> | |
| </div> | |
| </div> | |
| <div class="item"> |
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
| <?php | |
| if($post->post_parent !== 0) { | |
| get_sidebar( 'custom' ); | |
| } else { | |
| get_sidebar(); | |
| } |
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
| <?php | |
| if($post->post_parent !== 0) { | |
| get_sidebar( 'custom' ); | |
| } else { | |
| get_sidebar(); | |
| } |
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
| Test |
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
| <?php | |
| if($post->post_parent !== 0) { | |
| get_sidebar( 'custom' ); | |
| } else { | |
| get_sidebar(); | |
| } |
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
| <?php | |
| if($post->post_parent !== 0) { | |
| get_sidebar( 'custom' ); | |
| } else { | |
| get_sidebar(); | |
| } |
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
| <?php | |
| if($post->post_parent !== 0) { | |
| get_sidebar( 'custom' ); | |
| } else { | |
| get_sidebar(); | |
| } |
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
| <?php | |
| if($post->post_parent !== 0) { | |
| get_sidebar( 'custom' ); | |
| } else { | |
| get_sidebar(); | |
| } |
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
| <?php | |
| if($post->post_parent !== 0) { | |
| get_sidebar( 'custom' ); | |
| } else { | |
| get_sidebar(); | |
| } |