將您的推特(Twitter)訊息(tweets),以巢狀方式在部落格的分頁呈現出來,輕鬆追蹤誰曾經回覆你的推訊,或是銳推(retweet)你的訊息, 参考:https://fairyfish.net/2009/01/16/thread-twitter/
启用thread twitter插件
相關文章
添加Yet Another Related Posts Plugin (YARPP)插件
参考:https://www.astesys.com/website/wordpress/366.html 随着我逐步把以前的博文整合到WordPress里,现在非常需要在文章底部添加相关文章的链接。 于是有启用这个插件啦。 8错8错,很便捷易用。 另,把匹配值设为1比较好…
Blog添加Sociable插件
这个不多说,很方便的一个插件,支持世界上主流的社会化分享网站,支持自定义图标,更多选项安装后在设置中调整。
Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.
sociable plugin 缺点:默认图标很丑…..
footer的自动版权信息部分
PHP代码:
1<?php global $wpdb; 2$post_datetimes = $wpdb->get_row($wpdb->prepare("SELECT YEAR(min(post_date_gmt)) AS firstyear, YEAR(max(post_date_gmt)) AS lastyear FROM $wpdb->posts WHERE post_date_gmt > 1970")); 3 4if ($post_datetimes) { 5 $firstpost_year = $post_datetimes->firstyear; 6 $lastpost_year = $post_datetimes->lastyear; 7 $copyright = $firstpost_year; 8 if($firstpost_year != $lastpost_year) { 9 $copyright .= '-'. $lastpost_year; 10 } 11 $copyright .= ' '; 12 echo $copyright; 13 } ?> 14 < ?php bloginfo('name'); ?><?php echo get_option('home'); ?> / Theme designed by 你的大名 CSS代码:
1 #copyright { float:left; display:inline; margin:55px 0 0 -10px; color:#777; } #copyright li { float:left; display:inline; font-size:11px; margin:0 10px 0 0; padding:0 0 0 13px; background:url(img/footer_line.gif) no-repeat left center; } #copyright li a, #copyright li a:visited { text-decoration:underline; }
添加纪念日小工具
由https://coels.net/开发的纪念日小工具 。可自由DIY,添加方式也很简单,放入后台widget就行了。 记住:JavaScript中双引号是不能换行的!!!!! 就是因为这个,我折腾了一下午才正确放置好这个小工具!都怪我手贱得勾选了自动分段!!!郁闷啊~~~~ 本来想添加ctrl+enter回复功能的,可是折腾了一下午都失败了。 不知道是不是主题不支持….. 参考:https://blog.dogg3h.com/wordpress-hack-ctrl-enter-post-comment(该链接已失效) 已经解决这个问题了。参考:https://www.bhqt.cn/wordpress-no-forget/(该链接已失效) 修改评论回复为Ctrl+Enter提交回复。 在模板的comments.php中查找:
就业指导课考试论述题
·1522 字·4 分鐘
针对今年的就业形势,结合自己实际情况,谈谈你是准备怎样来找工作,如找工作遇到挫折,如何调适自己的心理?(40分)
(时间紧,所以帮人答埋呢题,所以有两个唔同噶答案,嘿嘿~)
继续失败
·282 字·1 分鐘
今天本来在折腾新域名的,谁知道不成功。。。 按照这篇来定制,失败…参考:https://blog.xiqiao.info/2009/11/30/592 然后就变成去折腾网站图标啦~ 我自己DIY了三款你觉得哪个好看呢暂时我用着“雪”那个先~ 可以告诉一下我意见哇,哈哈~~~