[tip type=”tip info inlineBlock” display=”inlineBlock”]添加下面的代码到footer最下面之前
[/tip]
<div id="gg">
<div class="wp_close"><a href="javascript:void(0)" rel="external nofollow" onclick="$('#gg').slideUp('slow');" title="关闭">×</a>
<div id="feedb">
<a href="/feed" rel="external nofollow" rel="nofollow" target="_blank" title="欢迎订阅我的博客" class="image">
<img alt="订阅图标按钮" src="https://ae01.alicdn.com/kf/Hd9a7453d3adb46b085055353358c91ecs.gif" style="width:23px;height:23px;" />
</a>
<a title="亲,点我放松一下吧~!(单击启动,双击或ESC停止)" id="hig" href="javascript:void(0);" rel="external nofollow" onclick="hig();" ondblclick="stopCrazy();">
亲,点我放松一下吧~!(单击启动,双击或ESC停止)
</a>
</div>
<div class="bulletin">
<ul>
<?php wp_reset_query();query_posts( array ( 'orderby' => 'rand', 'showposts' => 5, 'ignore_sticky_posts' => 10 ) ); while ( have_posts() ) : the_post();?><li><a href="<?php%20the_permalink();%20?>" rel="external nofollow" target="_blank" title="细看 <?php the_title(); ?>"><?php echo '随机推荐:《';the_title();echo '》';if(function_exists('the_views')) {print '( 阅读';the_views();print '次 |</a>';}comments_popup_link('坐等沙发','1条评论','%条评论'); ?></li><?php endwhile; ?>
</ul>
</div>
</div>
</div>
<script type="text/javascript" src="/wp-content/themes/niRvana/assets/minify/gg.js" ></script>
[tip type=”tip info” ]下载附件放在niRvana/assets/minify里面
[/tip]