예제 #1
0
?>
		</span>
	</h4>

	<?php 
/*
 * Content
 */
?>

	<div id="content-<?php 
the_ID();
?>
" class="postcontent">
	<?php 
p2_title();
the_content(__('(More ...)', 'articulacao'));
?>
	<?php 
if (have_rows('imagem_field')) {
    ?>

 		<?php 
    // loop through the rows of data
    while (have_rows('imagem_field')) {
        the_row();
        ?>
    		<?php 
        $image_attributes = wp_get_attachment_image_src(get_sub_field('the_img'), 'full');
        ?>
			<a href="<?php 
예제 #2
0
} elseif ('post' == p2_get_the_category()) {
    ?>
			
			<?php 
    p2_title('<h2>', '</h2>');
    ?>
			<?php 
    the_content(__('(More ...)', 'p2'));
    ?>
			
		<?php 
} else {
    ?>
			
			<?php 
    p2_title('<h2>', '</h2>');
    ?>
			
			<?php 
    the_content(__('(More ...)', 'p2'));
    ?>
		
		<?php 
}
?>
	</div>

	<?php 
if (get_comments_number() > 0) {
    ?>
		<div class="discussion" style="display: none">