2018.5.17
inc/siren-update.php
332,334
bloginfo(‘url’)>>bloginfo(‘wpurl’)
来源https://www.cnblogs.com/huntaheart/p/3968373.html
2018.5.16
layouts/sharelike.php
23-28
jiathis分享已经停止服务,主题原分享链接失效。去除QQ空间分享和豆瓣分享,替换为QQ分享和Twitter分享。
来源于akina交流群。
<li><a href="https://api.qrserver.com/v1/create-qr-code/?size=220x220&margin=13&data=<?php the_permalink(); ?>" onclick="window.open(this.href, 'renren-share', 'width=400,height=400');return false;" class="s-weixin"><img src="<?php bloginfo('template_url'); ?>/images/wechat.png"/></a></li>
<li><a href="https://connect.qq.com/widget/shareqq/index.html?url=<?php the_permalink(); ?>&title=<?php the_title(''); ?>" onclick="window.open(this.href, 'weibo-share', 'width=730,height=500');return false;" class="s-qq"><img src="<?php bloginfo('template_url'); ?>/images/qq.png"/></a></li>
<li><a href="http://service.weibo.com/share/share.php?url=<?php the_permalink(); ?>&title=<?php the_title(''); ?>" onclick="window.open(this.href, 'weibo-share', 'width=550,height=235');return false;" class="s-sina"><img src="<?php bloginfo('template_url'); ?>/images/sina.png"/></a></li>
<li><a href="https://twitter.com/home?status=分享一篇文章给你们:<?php the_title(''); ?> <?php the_permalink(); ?>" onclick="window.open(this.href, 'renren-share', 'width=490,height=600');return false;" class="s-douban"><img src="<?php bloginfo('template_url'); ?>/images/twitter.png"/></a></li>
2018.8.12
style.css single-reward
赞赏弹出界面设置成上方。
before
。。。

发表回复