こだわりの施工事例写真集

<link href=”<?php echo get_template_directory_uri(); ?>/commons/css/colorbox.css” rel=”stylesheet” type=”text/css”>
<script type=”text/javascript” src=”<?php echo get_template_directory_uri(); ?>/commons/js/jquery.matchHeight.js”></script>
<script type=”text/javascript”>$(function(){$(‘#pageWorkPhoto .workPhotoList ul li’).matchHeight();});</script>
<script type=”text/javascript” src=”<?php echo get_template_directory_uri(); ?>/commons/js/jquery.colorbox-min.js” type=”text/javascript”></script>
<script type=”text/javascript”>$(function(){$(‘.workPhotoList ul li a’).colorbox({maxWidth:”90%”,maxHeight:”90%”});});</script>
<div id=”headNavi”>
<p class=”headPan”><a href=”<?php echo esc_url( home_url(‘/’)); ?>” title=”フォーシーズンズトップページへ”>HOME</a>&nbsp;&gt;&nbsp;<a href=”<?php echo esc_url( home_url(‘/’)); ?>work/index.html” title=”施工例インデックスページへ”>施工例インデックスページ</a>&nbsp;&gt;&nbsp;こだわりの施工事例写真集</p>
<p class=”headMenu”><a href=”<?php echo esc_url( home_url(‘/’)); ?>sitemap.html” title=”サイトマップ”>Site Map</a>&nbsp;|&nbsp;<span><a href=”<?php echo esc_url( home_url(‘/’)); ?>privacy-policy/index.html” title=”個人情報の取扱い”>個人情報の取扱い</a></span></p>
</div>
<!– /pan navi –>
<div id=”content” class=”clearfix”>
<div id=”mainContent”>
<div id=”pageWorkPhoto” class=”contentInr clearfix”>
<div id=”contentHeader”>
<h1><img class=”imgChange2″ src=”<?php echo get_template_directory_uri(); ?>/commons/images/work/photo/h1_tit_pc.jpg” alt=”こだわりの施工事例写真集” width=”656″ height=”99″></h1>
<h2>今まで、手掛けた施工例の一部をご紹介します。<br>
画像をクリックしていただくと詳しくご覧いただけます。</h2>
</div>

<!– 施工事例写真集 –>
<div class=”workPhotoList”>

<ul>
<?php $args = array(‘posts_per_page’=>’100′,’post_type’=>’photolist’); $newsPosts = get_posts( $args ); if( $newsPosts ): foreach( $newsPosts as $post ): ?>
<?php setup_postdata( $post ); ?>
<li>
<figure><a href=”<?php the_field(“photo_popup”); ?>” rel=”pic”><?php $photo_thum = get_field(‘photo_thum’); if( $photo_thum ) echo ‘<img src=”‘ . $photo_thum . ‘” width=”100%” alt=”photo”>’; ?></a></figure>
<span>
<?php the_field(“photo_txt”); ?>
<strong><?php the_title(); ?></strong>
</span>
</li>
<?php wp_reset_postdata(); ?>
<?php endforeach; endif; ?>
</ul>

</div>
<!– /施工事例写真集 –>
<!– /.workPhotoList –>
</div>
</div>
<!– /mainContent –>
<?php get_sidebar(); ?>
</div><!– /content –>

ページ上部へ戻る