echo $author_image['sizes']['thumbnail-height'];
?>
">
			</a>
			<?php 
the_title('<h1 class="entry-title">', '</h1>');
?>
		</header><!-- .entry-header -->
	</div>
</div>
<div class="row">
	<div class="col-md-12">

		<?php 
if (get_field('video_playlist')) {
    getVideoPlaylist(get_field('video_playlist'));
} elseif (get_post_format() == 'video') {
    if (have_rows('add_more_videos')) {
        ?>

			<div class="video-carousel">
				<div>
					<div class="video-embed <?php 
        the_field('video_type');
        ?>
">
						<?php 
        echo get_field('video_embed_code');
        ?>
					</div>
				</div>
					<div class="col-md-8 col-md-offset-2">
						<h3 class="text-center">
						<?php 
while (have_posts()) {
    the_post();
    ?>
							<?php 
    echo get_the_content();
    ?>
						<?php 
}
?>
						</h3>
					</div>
				</div>
			</div>

			<?php 
getVideoPlaylist('https://www.youtube.com/playlist?list=PLdt4fwPI6A7SqDGWYcVSUbgoir84t24Wf');
?>

		<?php 
get_template_part('template-parts/content', 'archive-footer');
?>

		</main><!-- #main -->
	</div><!-- #primary -->

<?php 
//get_sidebar();
get_footer();
Exemplo n.º 3
0
					<div class="col-md-8 col-md-offset-2">
						<h3 class="text-center">
						<?php 
while (have_posts()) {
    the_post();
    ?>
							<?php 
    echo get_the_content();
    ?>
						<?php 
}
?>
						</h3>
					</div>
				</div>
			</div>

			<?php 
getVideoPlaylist('https://www.youtube.com/playlist?list=PLdt4fwPI6A7TCF2nXileEEdj7i8HGivGt');
?>

		<?php 
get_template_part('template-parts/content', 'archive-footer');
?>

		</main><!-- #main -->
	</div><!-- #primary -->

<?php 
//get_sidebar();
get_footer();
Exemplo n.º 4
0
					<div class="col-md-8 col-md-offset-2">
						<h3 class="text-center">
						<?php 
while (have_posts()) {
    the_post();
    ?>
							<?php 
    echo get_the_content();
    ?>
						<?php 
}
?>
						</h3>
					</div>
				</div>
			</div>

			<?php 
getVideoPlaylist('https://www.youtube.com/playlist?list=PLdt4fwPI6A7SD3NkDUkwO9ajxHEhksGCl');
?>

		<?php 
get_template_part('template-parts/content', 'archive-footer');
?>

		</main><!-- #main -->
	</div><!-- #primary -->

<?php 
//get_sidebar();
get_footer();