?>

<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('clear');
?>
>



    <header class="entry-header">

		<?php 
scientific_2016_show_post_attached_image($section_type);
?>
		<?php 
scientific_2016_show_tags();
?>

    </header><!-- .entry-header -->

	<?php 
the_title(sprintf('<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url(get_permalink())), '</a></h2>');
?>

	<?php 
/* author info appears in all blocks except fast_science */
if ($section_type != Scientific2016ContentType::Fast_science) {
    ?>
Esempio n. 2
0
 *
 * @package scientific_2016
 */
?>

<article id="post-<?php 
the_ID();
?>
" <?php 
post_class();
?>
>
	<header class="entry-header">
		<?php 
if (isset($content_type)) {
    scientific_2016_show_post_attached_image($content_type);
    scientific_2016_show_tags();
}
?>
	</header>
	<?php 
the_title(sprintf('<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url(get_permalink())), '</a></h2>');
?>

	<?php 
if (isset($content_type) && $content_type != Scientific2016ContentType::Fast_science) {
    do_action('mop_acf_post_authors', scientific_2016_get_author_info_type($content_type));
}
?>

	<div class="entry-content">