コード例 #1
0
ファイル: header.php プロジェクト: ignacioabejaro/xtecblocs
page_item<?php 
        }
        ?>
">
				<a class="first_menu" href="<?php 
        echo yy_home_url('blog');
        ?>
">
					<?php 
        _e($freshy_options['blog_menu_label'], 'xtec-11');
        ?>
				</a>
			</li>
			<!--
			<li class="<?php 
        if (yy_is_home('page')) {
            ?>
current_page_item<?php 
        } else {
            ?>
page_item<?php 
        }
        ?>
">
				<a href="<?php 
        echo yy_home_url('page');
        ?>
">
					<?php 
        _e($freshy_options['first_menu_label'], 'xtec-11');
        ?>
コード例 #2
0
ファイル: index.php プロジェクト: ignacioabejaro/xtecblocs
						</ul>
					</div>
				<?php 
            }
            ?>
	
		<?php 
        }
        ?>
		
		<?php 
    } else {
        ?>
 
			<?php 
        if (yy_is_home()) {
            ?>
				<hr/>
			
				<?php 
            if (function_exists('c2c_get_recent_posts')) {
                ?>
	
					<div class="highlight_box" id="post-last-works">
						<h2><?php 
                _e('Last works', 'xtec-11');
                ?>
</h2>
						<ul>
							<?php 
                c2c_get_recent_posts(3, '<li>%post_URL%<br />%post_excerpt_short%</li>', '23');