<?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>
	WP Pilot へのコメント	</title>
	<atom:link href="https://wppilot.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://wppilot.net</link>
	<description>ブログ作りの次の一手をあなたに。</description>
	<lastBuildDate>Sat, 27 Jun 2026 10:30:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		WP Pilot より 【Xwrite利用者向け】「画像のテキスト回り込み」を「グループ」ブロックで実現させてみる へのコメント		</title>
		<link>https://wppilot.net/2026/06/14/group-block-image-and-text/#comment-4</link>

		<dc:creator><![CDATA[WP Pilot]]></dc:creator>
		<pubDate>Sun, 21 Jun 2026 04:22:25 +0000</pubDate>
		<guid isPermaLink="false">https://wppilot.net/?p=1267#comment-4</guid>

					<description><![CDATA[&lt;a href=&quot;https://wppilot.net/2026/06/14/group-block-image-and-text/#comment-2&quot;&gt;大門未知子&lt;/a&gt; への返信。

後出しで申し訳ないのですが、某フォーラムに関する記載については記事内に記載していないため削除させていただきました。
（「コメントの際の注意」に追記させていただきました）

ご容赦くださいませ。]]></description>
			<content:encoded><![CDATA[<p><a href="https://wppilot.net/2026/06/14/group-block-image-and-text/#comment-2">大門未知子</a> への返信。</p>
<p>後出しで申し訳ないのですが、某フォーラムに関する記載については記事内に記載していないため削除させていただきました。<br />
（「コメントの際の注意」に追記させていただきました）</p>
<p>ご容赦くださいませ。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		WP Pilot より 【Xwrite利用者向け】「画像のテキスト回り込み」を「グループ」ブロックで実現させてみる へのコメント		</title>
		<link>https://wppilot.net/2026/06/14/group-block-image-and-text/#comment-3</link>

		<dc:creator><![CDATA[WP Pilot]]></dc:creator>
		<pubDate>Sun, 21 Jun 2026 01:14:25 +0000</pubDate>
		<guid isPermaLink="false">https://wppilot.net/?p=1267#comment-3</guid>

					<description><![CDATA[&lt;a href=&quot;https://wppilot.net/2026/06/14/group-block-image-and-text/#comment-2&quot;&gt;大門未知子&lt;/a&gt; への返信。

大門 様

コメント、ご指摘ありがとうございます。

ご指摘の件ですが、「グループ」ブロックを使わずとも Gutenberg上では回り込みますが、実際の出力では回り込みません。
そのため「グループ」ブロックでのラップが必要となります。

詳しくは以下URLの記載をご確認ください。

https://parista.net/blog/technote/wordpress/8441/
（SANGOというテーマでの話ですが、Xwriteでも同様の事象になることを確認しています）

※Cocoon、Lightning、X-T9ではグループブロックは不要です（確認済み）。
※&lt;a href=&quot;https://oldno07.com/echo/&quot; rel=&quot;nofollow ugc&quot;&gt;echo&lt;/a&gt;（旧「THE SONIC」）のように、SWELLと同様に回り込みが発生しないテーマもあります（恐らく意図的な調整かと思います）。

---

なお、Xwriteについては &lt;code&gt;site.min.css&lt;/code&gt; 内の以下記載が「原因」です。

&lt;code&gt;.articleBody &gt; :where(:not(.toc_block):not(.pagination):not(.wp-block-cover)) {
    clear: both;
    margin-top: var(--widget--element--mrg);
    margin-bottom: 0;
}&lt;/code&gt;

&lt;code&gt;.articleBody&lt;/code&gt;（記事本文）直下ブロックのみ有効のため、グループ化すると &lt;code&gt;clear: both;&lt;/code&gt; が効かなくなるわけです。]]></description>
			<content:encoded><![CDATA[<p><a href="https://wppilot.net/2026/06/14/group-block-image-and-text/#comment-2">大門未知子</a> への返信。</p>
<p>大門 様</p>
<p>コメント、ご指摘ありがとうございます。</p>
<p>ご指摘の件ですが、「グループ」ブロックを使わずとも Gutenberg上では回り込みますが、実際の出力では回り込みません。<br />
そのため「グループ」ブロックでのラップが必要となります。</p>
<p>詳しくは以下URLの記載をご確認ください。</p>
<p><a href="https://parista.net/blog/technote/wordpress/8441/" rel="nofollow ugc">https://parista.net/blog/technote/wordpress/8441/</a><br />
（SANGOというテーマでの話ですが、Xwriteでも同様の事象になることを確認しています）</p>
<p>※Cocoon、Lightning、X-T9ではグループブロックは不要です（確認済み）。<br />
※<a href="https://oldno07.com/echo/" rel="nofollow ugc">echo</a>（旧「THE SONIC」）のように、SWELLと同様に回り込みが発生しないテーマもあります（恐らく意図的な調整かと思います）。</p>
<p>&#8212;</p>
<p>なお、Xwriteについては <code>site.min.css</code> 内の以下記載が「原因」です。</p>
<p><code>.articleBody > :where(:not(.toc_block):not(.pagination):not(.wp-block-cover)) {<br />
    clear: both;<br />
    margin-top: var(--widget--element--mrg);<br />
    margin-bottom: 0;<br />
}</code></p>
<p><code>.articleBody</code>（記事本文）直下ブロックのみ有効のため、グループ化すると <code>clear: both;</code> が効かなくなるわけです。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		大門未知子 より 【Xwrite利用者向け】「画像のテキスト回り込み」を「グループ」ブロックで実現させてみる へのコメント		</title>
		<link>https://wppilot.net/2026/06/14/group-block-image-and-text/#comment-2</link>

		<dc:creator><![CDATA[大門未知子]]></dc:creator>
		<pubDate>Sat, 20 Jun 2026 15:49:40 +0000</pubDate>
		<guid isPermaLink="false">https://wppilot.net/?p=1267#comment-2</guid>

					<description><![CDATA[テキストの回り込みはGutenbergエディターの機能です。
「画像」ブロックを右左寄せ（float:left、right）したあとの、「段落」ブロック（テキスト）が回り込みとなります。
「グループ」化する必要はありません。

（運営者より：某フォーラムに関する記載については削除させていただきました）]]></description>
			<content:encoded><![CDATA[<p>テキストの回り込みはGutenbergエディターの機能です。<br />
「画像」ブロックを右左寄せ（float:left、right）したあとの、「段落」ブロック（テキスト）が回り込みとなります。<br />
「グループ」化する必要はありません。</p>
<p>（運営者より：某フォーラムに関する記載については削除させていただきました）</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
