File: /virtual/nagasaki/public_html/shop/wp-content/themes/riffles_ver1.1/footer.php
<?php
/**
* @package Riffles
* @link http://www.u-hg.com/
* @author RiffleHatch
* @copyright Copyright (c)2014 RiffleHatch
*/
?>
<?php if(is_front_page() || in_category( 'item' )): ?>
<hr>
<div class="row clear" role="complementary">
<div id="footer" class="widget-area col col-3 tablet-col-6 mobile-full">
<?php dynamic_sidebar( 'footer-1' ); ?>
</div>
<div id="footer" class="widget-area col col-3 tablet-col-6 mobile-full">
<?php dynamic_sidebar( 'footer-2' ); ?>
</div>
<div id="footer" class="widget-area col col-3 tablet-col-6 mobile-full">
<?php dynamic_sidebar( 'footer-3' ); ?>
</div>
<div id="footer" class="widget-area col col-3 tablet-col-6 mobile-full">
<?php dynamic_sidebar( 'footer-4' ); ?>
</div>
</div><!-- #row -->
<?php endif; ?>
<?php if( ! is_page(array('usces-cart'))): ?>
</div><!-- #content-area -->
<?php endif; ?>
<footer id="colophon" class="site-footer row clear" role="contentinfo">
<div class="site-info col col-12 tablet-col-12 mobile-full">
<span class="left">Copyright © <?php echo date('Y'); ?> <a href="<?php echo home_url(); ?>"><?php bloginfo('name'); ?></a>, All rights reserved.</span>
<span class="right"></span>
<a class="page-top" href="#header"><i class="fa fa-arrow-circle-o-up"></i></a>
</div><!-- .site-info -->
</footer><!-- #colophon -->
<?php wp_footer(); ?>
<?php if( is_singular() && ! is_page(array('usces-cart')) &&! is_page(array('usces-member'))): ?>
<?php $snurl = get_permalink();
$jsurl = get_template_directory_uri(); ?>
<!-- 削除 <script type="text/javascript">
jQuery(function(t){t.ajax({url:"https://graph.facebook.com/?id=<?php echo $snurl; ?>",timeout:4e3,dataType:"jsonp",success:function(o){t(".facebook .scount").text(o.shares||0)},error:function(){t(".facebook .scount").text("0")}}),t.ajax({url:"<?php echo $jsurl; ?>/sns/twcunt.php",timeout:4e3,data:{url:"<?php echo $snurl; ?>"},success:function(o){t(".twitter .scount").text(o)},error:function(){t(".twitter .scount").text("0")}}),t.ajax({url:"<?php echo $jsurl; ?>/sns/htcunt.php",timeout:4e3,data:{url:"<?php echo $snurl; ?>"},success:function(o){t(".hatena .scount").html(o)},error:function(){t(".hatena .scount").text("0")}}),t.ajax({url:"<?php echo $jsurl; ?>/sns/gcunt.php",timeout:4e3,cache:!1,data:{url:"<?php echo $snurl; ?>"},success:function(o){t(".googleplus .scount").text(o)},error:function(){t(".googleplus .scount").text("0")}})});
</script> 削除-->
<?php endif; ?>
</body>
</html>