Ejemplo n.º 1
0
		<div class="FA_article <?php 
    the_fa_class();
    ?>
" style="<?php 
    if ($i > 0) {
        ?>
 display:none;<?php 
    }
    ?>
">	
			<div class="FA_wrap">
				<?php 
    /**
     * Template function to display post image.
     */
    the_fa_image('', '');
    ?>
				
				<?php 
    /**
     * Template function to display post title
     */
    the_fa_title('<h2>', '</h2>');
    ?>
				
				<?php 
    /**
     * Post author
     */
    the_fa_author('<span class="FA_author">', '</span>');
    ?>
Ejemplo n.º 2
0
the_slider_height();
?>
">
	<?php 
foreach ($postslist as $post) {
    ?>
		<div class="FA_article <?php 
    the_fa_class();
    ?>
">	
			<div class="FA_wrap">
				<?php 
    /**
     * Template function to display post image.
     */
    the_fa_image();
    ?>
				<?php 
    /**
     * Template function to display post title
     */
    the_fa_title('<h2>', '</h2>');
    ?>
				
				<?php 
    /**
     * Template function to display the date.
     */
    the_fa_date('<span class="FA_date">', '</span>');
    ?>
				
Ejemplo n.º 3
0
		<div class="fa_slide_content">	
			<?php 
    the_fa_title('<h2>', '</h2>');
    ?>
			<?php 
    the_fa_content('<div class="description">', '</div>');
    ?>
			<?php 
    the_fa_read_more('fa_read_more');
    ?>
			<?php 
    the_fa_play_video('fa_play_video', 'modal');
    ?>
		</div>
		<?php 
    the_fa_image('<div class="fa_image">', '</div>', false);
    ?>
			
			
	</div>	
	<?php 
}
// have_slides()
?>
	<?php 
if (has_sideways_nav()) {
    ?>
		<div class="go-forward"></div>
		<div class="go-back"></div>
	<?php 
}