2010-01-06
安装SI CAPTCHA Anti-Spam插件,防止垃圾注册。
2009-12-29
开通几位注册用户的作者权限
安装Dashboard Editor插件
2009-12-26
修改快速发布按钮的404错误
2009-12-25
2009-12-24
新建Gtalk群
加入方法:
添加blogay@chatterous.com 为好友,成功后发送一条信息 @join
2009-12-23
建立“加入我们”页面。
汉化“Sidebar Login”插件
2009-12-18
亲爱的贫尼
亲爱的OD
创建了作者页面模板,author
安装cool tags插件,彩色tag
2009-12-17
首页的快速发布框加入“标题”框
使用代码部分如下:
<form id=”new_post” name=”new_post” method=”post” action=”<?php
<?php wp_nonce_field( ‘new-post’ ); ?>
<input type=”text” name=”title” id=”title” autocomplete=”off” value=”标题”/>
<textarea name=”posttext” id=”posttext” tabindex=”2″ class=”update” value=”快速发布”/></textarea>
<label for=”tags”>添加标签(用英文逗号分隔):</label>
<input type=”text” name=”tags” id=”tags” autocomplete=”off” value=”只言片语,”/>
<p></p>
<p class=”meta-options”>
<label for=”meta-options” class=”options-checkbox”><input name=”comment_status” type=”checkbox” id=”comment_status” value=”closed” autocomplete=”off” /> 关闭评论 <br /><input name=”ping_status” type=”checkbox” id=”ping_status” value=”closed” autocomplete=”off” /> 关闭 <a href=”http://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments” target=”_blank”>trackbacks and pingbacks</a></label><input id=”submit” class=”updateinput” type=”submit” value=”发送” /></p>
</form>
能够独占一行的Css标注终于被我想起来了,如下:
<p class=”clearboth”></p>
2009-12-16
使能ajaxed wordpress中的
但显示效果还有待改善。
2009-12-14
twitterfix模板的作者在头文件定义中把模板的css文件设为了http://www.tan-ming.com/digu/wp-content/themes/twitterfix/css/style0.css,而不是本地css文件。
css修改为使用本地文件。
2009-12-12
加入新成员 陌小蝣
域名邮箱验证成功,等待MX记录生效
MX记录生效,QQ域名邮箱成功
inline comment设置成功,根据:http://ajaxedwp.com/forum/awp-documentation/how-do-i-use-inline-comments/#awp::forum/awp-documentation/how-do-i-use-inline-comments/
There
are two ways to display comments. The first is for pages that already
display the comments. It does not require any theme edits. The second
way is for all other pages.
To display Inline Comments on single post pages.
1. Open the aWP Admin Panel (it is listed under the “Presentation” or “Display” tab)
2. Ensure “Inline Comments” module is active, and activate it if it isn’t.
3. Go to the comments tab.
4. Ensure that Inline Comments are enabled
5. Check the option that says “Use Simple Comments”.
6. Click the save button at the bottom of the Admin Panel.
To display Inline Comments on any page.
1. Open your theme’s index.php or archive.php file.
2. Find the WordPress loop. All edits will take place inside the loop.
3. Add <?php do_action(‘awp_comments_link’);?> where you want the show/hide comments link to appear.
4. Add <?php do_action(‘awp_comments’); ?> where you want the comments to appear when they are loaded
5. Save and Upload
6. Optionally repeat this for single.php, page.php, archives.php etc.
修改comments.php以显示合适的评论格式。
2009-12-11
申请QQ域名邮箱。
2009-12-08
使用Google Reader做中转,解决ben的博客RSS输出错误
将Ben的豆瓣账号与blog输入对接
安装Inline ajax comments,似乎不起作用
ajaxed wordpress 实现 单篇文章页面里的 ajax留言效果,但没能实现在首页显示评论
完成模板顶端的作者 头像 功能
下一步计划:单个作者页面
2009-12-07
安装PHP Code Widget,支持在widget中插入并执行php代码
使用PHP Code Widget创建widget,加入<?php douban_connect(); ?>显示豆瓣登录按钮
添加Author Avatars List插件,增加作者列表
2009-12-06
iNove主题下建立作者页面:author.php
修改主题为
iBizPress
方法:复制archive.php或index.php
参考:<span style=”font-family: ‘Lucida Grande’, Arial, sans-serif;
line-height: 20px; font-size: 20px; color: #333333;”><a
style=”color: #5ea308; text-decoration: none;” title=”Permanent Link to
wordpress文章作者相关技巧” rel=”bookmark”
href=”http://nufeng.cn/wordpress-post-author-related-solutions/”>
wordpress文章作者相关技巧</a></span>
增加头像:
使用 Add Local Avatar 插件
添加 <span class=”author”><?php the_author_posts_link(); ?></span> 可以显示头像
添加<span class=”author”><?php the_author_posts_link();
?></span> <span class=”author”><?php
the_author_posts_link(); ?></span> 增加到作者的链接
2009-12-06 之前
不详
最新评论