/
home
/
wqgepnx
/
www
/
wp-content
/
themes
/
prixexport
/
loop-templates
/
File Upload :
llllll
Current File: /home/wqgepnx/www/wp-content/themes/prixexport/loop-templates/content-single.php
<?php /** * Single post partial template. * * @package understrap */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } $image = get_field('logo_distributeur'); $file = get_field('lien_press_kit'); ?> <article <?php post_class(); ?> id="post-<?php the_ID(); ?>"> <header class="entry-header"> <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> </header><!-- .entry-header --> <div class="embed-responsive embed-responsive-4by3"> <video width="100%" controls class="embed-responsive-item"> <source src="<?php echo the_field("lien_de_la_video"); ?>" type="video/mp4"> <source src="<?php echo the_field("lien_de_la_video"); ?>" type="video/avi"> </video> </div> <div class="separator"></div> <div class="entry-content"> <div class="row"> <div class="col-md-12"> <img src="<?php echo $image['url']; ?>" class="aligncenter" /> </div> <div class="col-md-9 col-xs-12"> <p><strong>Distributor </strong>: <?php echo the_field("distributor"); ?></p> <p><strong>Producer </strong>: <?php echo the_field("producter"); ?></p> <p><strong>Director </strong>: <?php echo the_field("director"); ?></p> <p><strong>Contact </strong>: <a href="mailto:<?php echo the_field("email_contact"); ?>"><?php echo the_field("nom_contact"); ?></a></p> </div> <div class="col-md-3 col-xs-12"> <?php $url = wp_get_attachment_url( $file ); ?> <a href="<?php echo $url; ?>" class="btn btn-block <?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?>">Download <br />Press Kit</a> </div> </div> </div><!-- .entry-content --> <footer class="entry-footer"> <div class="voting text-center"><a href="#" class="vote text-center">VOTE</a></div> </footer><!-- .entry-footer --> </article><!-- #post-## -->
Copyright ©2k19 -
Hexid
|
Tex7ure