示例#1
0
" id="<?php 
echo $FA_slider_id;
?>
">	
	<div class="FA_featured_articles" style="<?php 
the_slider_height();
?>
">
	<?php 
foreach ($postslist as $i => $post) {
    ?>
		<div class="FA_article  <?php 
    the_fa_class();
    ?>
" style="<?php 
    the_fa_background(false);
    ?>
; <?php 
    the_slider_height();
    ?>
; <?php 
    if ($i > 0) {
        ?>
 display:none;<?php 
    }
    ?>
">	
			<div class="FA_wrap">
				<?php 
    the_fa_image();
    ?>
示例#2
0
"  id="<?php 
echo $FA_slider_id;
?>
">	
	<div class="FA_featured_articles" style="<?php 
the_slider_height();
?>
">
	<?php 
foreach ($postslist as $post) {
    ?>
		<div class="FA_article <?php 
    the_fa_class();
    ?>
" style="<?php 
    the_fa_background();
    ?>
; <?php 
    the_slider_height();
    ?>
">
        	<?php 
    fa_content_wrapper('<div class="FA_wrap">');
    ?>
	
				<?php 
    the_fa_title('<h2>', '</h2>');
    ?>
                <?php 
    the_fa_date('<span class="FA_date">', '</span>');
    ?>