<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	WordPressプラグイン「Better WordPress Recent Comments」で最近のコメント欄からピンバックを非表示に へのコメント	</title>
	<atom:link href="https://kw-note.com/bwp-recent-comments-wp-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>https://kw-note.com/bwp-recent-comments-wp-plugin/</link>
	<description>用語解説サイト</description>
	<lastBuildDate>Wed, 18 Feb 2026 17:40:31 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		コメントプラグイン「Better WordPress Recent Comments」 &#124; こっそりSAOコードレジスタ より		</title>
		<link>https://kw-note.com/bwp-recent-comments-wp-plugin/comment-page-1/#comment-339140</link>

		<dc:creator><![CDATA[コメントプラグイン「Better WordPress Recent Comments」 &#124; こっそりSAOコードレジスタ]]></dc:creator>
		<pubDate>Sun, 21 Feb 2016 05:54:23 +0000</pubDate>
		<guid isPermaLink="false">/kw-note.com/?p=5262#comment-339140</guid>

					<description><![CDATA[[&#8230;] <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2611.png" alt="☑" class="wp-smiley" style="height: 1em; max-height: 1em;" />　WordPressプラグイン「Better WordPress Recent Comments」で最近のコメント欄からピンバックを非表示に [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] ☑　WordPressプラグイン「Better WordPress Recent Comments」で最近のコメント欄からピンバックを非表示に [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		通りすがり より		</title>
		<link>https://kw-note.com/bwp-recent-comments-wp-plugin/comment-page-1/#comment-5149</link>

		<dc:creator><![CDATA[通りすがり]]></dc:creator>
		<pubDate>Tue, 31 Dec 2013 21:53:01 +0000</pubDate>
		<guid isPermaLink="false">/kw-note.com/?p=5262#comment-5149</guid>

					<description><![CDATA[こんにちは。

コメントウィジェットの配置で参考にさせていただきました。
その際、文字の省略について調べてみたので参考までにコメントしておきます。
&#062;Trim comments to
これは最大文字数ではないですね。
最大ワード数です。
ソースを見てもスペースで区切っていくつ、と指定していたので英文を想定しているのでしょうね。
wp-content/plugins/bwp-recent-comments/includes/class-bwp-recent-comments.php
こちらにソースがありました。
余談ですが、ソースを無理やりいじって解決する場合下記のような方法でいけました。
ソースを書き換えるのは最終手段なのでお勧めできませんが
上記ファイルの関数 trim_comment_excerpt の最後の方で
$text = mb_strimwidth(trim($text), 0, 60, &#039;...&#039;);
として$textを書き換える。]]></description>
			<content:encoded><![CDATA[<p>こんにちは。</p>
<p>コメントウィジェットの配置で参考にさせていただきました。<br />
その際、文字の省略について調べてみたので参考までにコメントしておきます。<br />
&gt;Trim comments to<br />
これは最大文字数ではないですね。<br />
最大ワード数です。<br />
ソースを見てもスペースで区切っていくつ、と指定していたので英文を想定しているのでしょうね。<br />
wp-content/plugins/bwp-recent-comments/includes/class-bwp-recent-comments.php<br />
こちらにソースがありました。<br />
余談ですが、ソースを無理やりいじって解決する場合下記のような方法でいけました。<br />
ソースを書き換えるのは最終手段なのでお勧めできませんが<br />
上記ファイルの関数 trim_comment_excerpt の最後の方で<br />
$text = mb_strimwidth(trim($text), 0, 60, &#8216;&#8230;&#8217;);<br />
として$textを書き換える。</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
