/
home
/
wqgepnx
/
www
/
wp-content
/
themes
/
prixexport
/
File Upload :
llllll
Current File: /home/wqgepnx/www/wp-content/themes/prixexport/archive.php
<?php /** * The template for displaying archive pages. * * Learn more: http://codex.wordpress.org/Template_Hierarchy * * @package understrap */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } get_header(); ?> <?php $container = get_theme_mod( 'understrap_container_type' ); ?> <div class="wrapper" id="archive-wrapper"> <div class="<?php echo esc_attr( $container ); ?>" id="content" tabindex="-1"> <div class="row"> <main class="site-main col-12" id="main"> <div class="row"> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); ?> <!-- <div class="col-md-4 archive-<?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?>"> <div class="row <?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?>"> <div class="col-12"><h2><?php the_title(); ?></h2></div> <div class="col-12"><?php the_post_thumbnail( 'large' ); ?></div> <div class="col-12 separator"></div> <div class="col-md-12"> <img src="<?php echo $image['url']; ?>" class="aligncenter" /> </div> <div class="col-md-12 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> <?php $url = wp_get_attachment_url( $file ); ?> <a href="<?php echo $url; ?>" class="<?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?>">Download Press Kit</a> </div> <div class="col-md-12 col-xs-12"> <?php $url = wp_get_attachment_url( $file ); ?> <a href="<?php echo $url; ?>" class="btn btn-block">VOTE</a> </div> </div> </div> --> <?php endwhile; ?> <?php endif; ?> </div> </main><!-- #main --> </div> <!-- .row --> </div><!-- Container end --> </div><!-- Wrapper end --> <?php get_footer(); ?>
Copyright ©2k19 -
Hexid
|
Tex7ure