示例#1
0
			<?php 
        if (has_excerpt()) {
            ?>
				<?php 
            photoline_excerpt(65);
            ?>
			<?php 
        }
        ?>

			<?php 
        if (!has_excerpt()) {
            ?>
				<?php 
            photoline_excerpt(95);
            ?>
			<?php 
        }
        ?>

		<?php 
    }
    //has_post_thumbnail()
    ?>

		</div><!-- .entry-content -->
<?php 
}
?>
示例#2
0
    if (!is_active_sidebar('sidebar-1')) {
        ?>
 no-sidebar<?php 
    }
    ?>
">
		<?php 
    edit_post_link(__('Edit', 'photoline'), '<span class="edit-link">', '</span>');
    ?>
	</footer><!-- .entry-meta -->

	<?php 
} else {
    ?>

	<div class="entry-content">
		<div>
		<i class="fa fa-asterisk"></i>
		<p><?php 
    photoline_excerpt(80);
    ?>
</p>
		</div>
	</div><!-- .entry-content -->

	<?php 
}
?>

</article><!-- #post-## -->
示例#3
0
    ?>
	</footer><!-- .entry-meta -->

	<?php 
} else {
    ?>

		<div class="entry-content"<?php 
    photoline_bgimage_postformats();
    ?>
>


			<i class="fa fa-quote-left"></i>
<h4><em><?php 
    photoline_excerpt(40);
    ?>
</em></h4>
<h5>&ndash; <?php 
    the_title();
    ?>
 &ndash;</h5>


		</div><!-- .entry-content -->
		
	<?php 
}
?>

</article><!-- #post-## -->