代码拉取完成,页面将自动刷新
<!-- footer.php -->
<div data-am-sticky="{animation: 'slide-top'}">
<button class="am-btn am-btn-success am-btn-block zeng-btn-block">
最新动态:
<?php $query = new WP_Query( array( 'post_type' => 'post','posts_per_page' => 3) ); ?>
<?php if($query->have_posts()): ?>
<?php while ($query->have_posts()) : $query->the_post();?>
<a href="<?php the_permalink();?>"><?php the_title();?></a>
<?php endwhile;?>
<?php endif; ?>
</button>
</div>
<!-- 回到顶部 -->
<div data-am-widget="gotop" class="am-gotop am-gotop-fixed" >
<a href="#top" title="回到顶部">
<img class="am-gotop-icon-custom" src="http://amazeui.b0.upaiyun.com/assets/i/cpts/gotop/goTop.gif" />
</a>
</div>
<!-- 回到顶部 -->
<!-- 尾部 -->
<footer class="blog-footer">
<small><?php bloginfo('name');echo ' · ';bloginfo('description'); ?></small><br />
<small><?php echo get_option('zh_cn_l10n_icp_num');?></small>
<small>基于<a href="http://amazeui.org/">妹子UI</a>、<a href="https://cn.wordpress.org/">wordpress</a></small>
</footer>
<!-- 尾部 -->
<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_1259788980'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s4.cnzz.com/z_stat.php%3Fid%3D1259788980' type='text/javascript'%3E%3C/script%3E"));</script>
<script src="<?php echo esc_url( get_template_directory_uri() ) ;?>/assets/js/jquery.min.js"></script>
<script src="<?php echo esc_url( get_template_directory_uri() ) ;?>/assets/js/amazeui.js"></script>
<script src="<?php echo esc_url( get_template_directory_uri() ) ;?>/assets/js/handlebars.min.js"></script>
<script src="<?php echo esc_url( get_template_directory_uri() ) ;?>/assets/js/amazeui.widgets.helper.js"></script>
<script src="<?php echo esc_url( get_template_directory_uri() ) ; ?>/js/flowerflake.js"></script>
<script src="<?php echo esc_url( get_template_directory_uri() ) ; ?>/js/jquery.transit.min.js"></script>
<!-- footer.php -->
<?php wp_footer();?>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。