Esempio n. 1
0
            }
            ?>
 ">
                        <img src="<?php 
            get_carousel_image();
            ?>
" alt="ERROR: Failed to get Carousel Image!">
                        <div class="container">
                            <div class="carousel-caption-wrapper">
                                <div class="carousel-caption">                                   
                                    <div style="text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000; padding-left:2%;">                                  
                                        <h1><?php 
            the_title();
            ?>
 <?php 
            get_media_glyphs();
            ?>
</h1>
                                        <p><?php 
            the_excerpt();
            ?>
 |
                                            <a href='<?php 
            the_permalink();
            ?>
'>Read More</a></p>           
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
Esempio n. 2
0
function display_video_category()
{
    ?>
    <div class="col-sm-6 col-md-4">
    <div class="thumbnail">
    <a href="<?php 
    the_permalink();
    ?>
">
      <?php 
    get_thumbnail(array(242, 200));
    ?>
      <div class="caption">
        <h3><?php 
    the_title();
    ?>
</h3></a>
        <p><?php 
    the_excerpt();
    get_media_glyphs();
    ?>
</p>
      </div>
    </div>
  </div>
<?php 
}