<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wei&#039;s Blog &#187; Plugin</title>
	<atom:link href="http://Wei23.Net/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://Wei23.Net</link>
	<description>Successfully Reborned.</description>
	<lastBuildDate>Sun, 25 Apr 2010 08:45:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>zh</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Wordpress中的回复嵌套和回复邮件提醒</title>
		<link>http://Wei23.Net/diaries/thread-comment-reply-and-reply-notification-in-wordpress/</link>
		<comments>http://Wei23.Net/diaries/thread-comment-reply-and-reply-notification-in-wordpress/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 15:08:19 +0000</pubDate>
		<dc:creator>Wei</dc:creator>
				<category><![CDATA[Diaries]]></category>
		<category><![CDATA[My Works]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://Wei23.Net/?p=673</guid>
		<description><![CDATA[今天突然了解到原来Wordpress从2.7开始就开始支持回复嵌套了，但是这个主题却没有支持回复嵌套功能。
没办法，只好自己来做了。
首先要改 comments.php

post_password&#41;&#41; &#123; // if there's a password
		if &#40;$_COOKIE&#91;'wp-postpass_' . COOKIEHASH&#93; != $post-&#38;gt;post_password&#41; &#123;  // and it doesn't match...]]></description>
			<content:encoded><![CDATA[<p>今天突然了解到原来<a  href="http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display" target="_blank">Wordpress从2.7开始就开始支持回复嵌套</a>了，但是这个主题却没有支持回复嵌套功能。</p>
<p>没办法，只好自己来做了。<br />
<strong>首先要改 comments.php</strong></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">post_password<span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #666666; font-style: italic;">// if there's a password</span>
		<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$_COOKIE</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'wp-postpass_'</span> <span style="color: #339933;">.</span> COOKIEHASH<span style="color: #009900;">&#93;</span> <span style="color: #339933;">!=</span> <span style="color: #000088;">$post</span><span style="color: #339933;">-&amp;</span>gt<span style="color: #339933;">;</span>post_password<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>  <span style="color: #666666; font-style: italic;">// and it doesn't match the cookie</span>
			?<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
&nbsp;
This post is password protected<span style="color: #339933;">.</span> Enter the password to view comments<span style="color: #339933;">.</span>
&nbsp;
<span style="color: #339933;">&lt;!--</span> You can start editing here<span style="color: #339933;">.</span> <span style="color: #339933;">--&gt;</span>
<span style="color: #339933;">&lt;</span>h3 id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;respond&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;post&quot;</span><span style="color: #339933;">&gt;</span>Leave a Reply<span style="color: #339933;">&lt;/</span>h3<span style="color: #339933;">&gt;</span>
<span style="color: #666666; font-style: italic;">// comments are closed</span>
<span style="color: #339933;">&lt;</span>h2 <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;nocomments post&quot;</span><span style="color: #339933;">&gt;</span>Comments are closed<span style="color: #339933;">.&lt;/</span>h2<span style="color: #339933;">&gt;</span>
You must be <span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&amp;lt;?php echo get_option('siteurl'); ?&amp;gt;/wp-login.php?redirect_to=&amp;lt;?php echo urlencode(get_permalink()); ?&amp;gt;&quot;</span><span style="color: #339933;">&gt;</span>logged in<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span> to post a comment<span style="color: #339933;">.</span>
<span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;respond&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>form id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;commentform&quot;</span> action<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&amp;lt;?php echo get_option('siteurl'); ?&amp;gt;/wp-comments-post.php&quot;</span> method<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;post&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
Logged in <span style="color: #b1b100;">as</span> <span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&amp;lt;?php echo get_option('siteurl'); ?&amp;gt;/wp-admin/profile.php&quot;</span><span style="color: #339933;">&gt;&lt;/</span>a<span style="color: #339933;">&gt;.</span> <span style="color: #339933;">&lt;</span>a title<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Log out of this account&quot;</span> href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&amp;lt;?php echo get_option('siteurl'); ?&amp;gt;/wp-login.php?action=logout&quot;</span><span style="color: #339933;">&gt;</span>Log out »<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>input id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;author&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;author&quot;</span> size<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;23&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&amp;lt;?php echo <span style="color: #006699; font-weight: bold;">$comment_author</span>; ?&amp;gt;&quot;</span> tabindex<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;1&quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>label <span style="color: #b1b100;">for</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;author&quot;</span><span style="color: #339933;">&gt;&lt;</span>small<span style="color: #339933;">&gt;</span>Name <span style="color: #339933;">&lt;/</span>small<span style="color: #339933;">&gt;&lt;/</span>label<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>input id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;email&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;email&quot;</span> size<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;23&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&amp;lt;?php echo <span style="color: #006699; font-weight: bold;">$comment_author_email</span>; ?&amp;gt;&quot;</span> tabindex<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;2&quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>label <span style="color: #b1b100;">for</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;email&quot;</span><span style="color: #339933;">&gt;&lt;</span>small<span style="color: #339933;">&gt;</span>Mail <span style="color: #009900;">&#40;</span>will not be published<span style="color: #009900;">&#41;</span> <span style="color: #339933;">&lt;/</span>small<span style="color: #339933;">&gt;&lt;/</span>label<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>input id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;url&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;url&quot;</span> size<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;23&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&amp;lt;?php echo <span style="color: #006699; font-weight: bold;">$comment_author_url</span>; ?&amp;gt;&quot;</span> tabindex<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;3&quot;</span> <span style="color: #339933;">/&gt;</span>
<span style="color: #339933;">&lt;</span>label <span style="color: #b1b100;">for</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;url&quot;</span><span style="color: #339933;">&gt;&lt;</span>small<span style="color: #339933;">&gt;</span>Website<span style="color: #339933;">&lt;/</span>small<span style="color: #339933;">&gt;&lt;/</span>label<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>strong<span style="color: #339933;">&gt;</span>XHTML<span style="color: #339933;">:&lt;/</span>strong<span style="color: #339933;">&gt;</span> You can use these tags<span style="color: #339933;">:</span> 
&nbsp;
<span style="color: #339933;">&lt;</span>textarea id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;comment&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text textarea&quot;</span> cols<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;100%&quot;</span> rows<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;10&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;comment&quot;</span><span style="color: #339933;">&gt;&lt;/</span>textarea<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>input id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;submit&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;btn submit btn-&amp;lt;?php echo <span style="color: #006699; font-weight: bold;">$style</span>; ?&amp;gt;&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;submit&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;submit&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Submit&quot;</span> tabindex<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;5&quot;</span> <span style="color: #339933;">/&gt;</span>
&nbsp;
ID<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> ?<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
<span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;cancel-comment-reply&quot;</span><span style="color: #339933;">&gt;</span>
	<span style="color: #339933;">&lt;</span>span <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;teal weight-bold verdana block large&quot;</span><span style="color: #339933;">&gt;&lt;</span>small<span style="color: #339933;">&gt;&lt;/</span>small<span style="color: #339933;">&gt;&lt;/</span>span<span style="color: #339933;">&gt;&lt;/</span>div<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>form<span style="color: #339933;">&gt;&lt;/</span>div<span style="color: #339933;">&gt;</span></pre></div></div>

<p>Wordpress2.7引进了<a  style="font-variant: normal !important; text-align: left !important; text-decoration: none; color: #4ca6cf; font-weight: normal; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dfdfdf;" title="Template Tags/wp list comments" href="http://codex.wordpress.org/Template_Tags/wp_list_comments">wp_list_comments()</a>函数来处理回复嵌套，因为需要自行修改默认的模板，所以需要传递一个callback。</p>
<p><strong>在function.php中添加</strong></p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> x_comment<span style="color: #009900;">&#40;</span><span style="color: #000088;">$comment</span><span style="color: #339933;">,</span> <span style="color: #000088;">$args</span><span style="color: #339933;">,</span> <span style="color: #000088;">$depth</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
   <span style="color: #000088;">$GLOBALS</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'comment'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$comment</span><span style="color: #339933;">;</span> ?<span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
	<span style="color: #339933;">&lt;</span>li<span style="color: #339933;">&gt;</span> id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;li-comment-&quot;</span><span style="color: #339933;">&amp;</span>gt<span style="color: #339933;">;</span>
<span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;comment-&amp;lt;?php comment_ID(); ?&amp;gt;&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;comment-author vcard&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
         <span style="color: #339933;">%</span>s<span style="color: #339933;">&lt;</span>span<span style="color: #339933;">&gt;</span> <span style="color: #339933;">&lt;</span>span <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;says&quot;</span><span style="color: #339933;">&gt;</span>says<span style="color: #339933;">:&lt;/</span>span<span style="color: #339933;">&gt;</span><span style="color: #0000ff;">'), get_comment_author_link()) ?&amp;gt;
      &lt;/span&gt;&lt;/div&gt;
comment_approved == '</span><span style="color: #cc66cc;">0</span><span style="color: #0000ff;">') : ?&amp;gt;
         &lt;em&gt; &lt;/em&gt;
&nbsp;
      &lt;span class=&quot;small verdana light&quot;&gt;on &lt;/span&gt;
&lt;div class=&quot;reply&quot;&gt;
         &lt;span class=&quot;teal weight-bold verdana block large&quot;&gt; $depth, '</span>max_depth<span style="color: #0000ff;">' =&amp;gt; $args['</span>max_depth<span style="color: #0000ff;">']))) ?&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;strong&gt;在hearder.php中wp_head();前添加需要需要用的js文件的引用&lt;/strong&gt;
&lt;pre lang=&quot;php&quot;&gt;if ( is_singular() ) wp_enqueue_script( '</span>comment<span style="color: #339933;">-</span>reply<span style="color: #0000ff;">' );</span></pre></div></div>

<p><strong>修改style.css中的comments部分</strong></p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/* 00 - COMMENTS
/* ----------------------------------------------*/</span>
&nbsp;
<span style="color: #6666ff;">.alt</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.commentlist</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">justify</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1.4em</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.commentlist</span> li <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">5px</span> <span style="color: #933;">5px</span> <span style="color: #933;">10px</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">list-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.commentlist</span> li ul li <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">-5px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.commentlist</span> p <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">5px</span> <span style="color: #933;">5px</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.children</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#commentform</span> p <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">5px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.nocomments</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.commentmetadata</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.commentlist</span> li <span style="color: #6666ff;">.avatar</span> <span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#EEEEEE</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">2px</span><span style="color: #00AA00;">;</span>
    <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#FFFFFF</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.thread-alt</span><span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#EDEDEE</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.commentlist</span> <span style="color: #6666ff;">.even</span><span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.alt</span> <span style="color: #00AA00;">&#123;</span><span style="color: #000000; font-weight: bold;">border-left</span><span style="color: #00AA00;">:</span><span style="color: #933;">10px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#CCCCCC</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.commentlist</span> <span style="color: #6666ff;">.depth-1</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#DDDDDD</span><span style="color: #00AA00;">;</span><span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>安装并配置<a  href="http://wordpress.org/extend/plugins/hgk-smtp/">HGK SMTP</a>和<a  href="http://wordpress.org/extend/plugins/comment-reply-notification/">Comment Reply Notification</a>。</p>
<p>完成！</li>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://Wei23.Net/diaries/thread-comment-reply-and-reply-notification-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
