<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									見出しに連番を振りたい - ご要望				            </title>
            <link>https://users.swell-theme.com/forum/swell-request/%e8%a6%8b%e5%87%ba%e3%81%97%e3%81%ab%e9%80%a3%e7%95%aa%e3%82%92%e6%8c%af%e3%82%8a%e3%81%9f%e3%81%84/</link>
            <description>SWELLユーザー限定で利用可能な掲示板です。</description>
            <language>ja</language>
            <lastBuildDate>Tue, 16 Jun 2026 21:30:45 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: 見出しに連番を振りたい</title>
                        <link>https://users.swell-theme.com/forum/swell-request/%e8%a6%8b%e5%87%ba%e3%81%97%e3%81%ab%e9%80%a3%e7%95%aa%e3%82%92%e6%8c%af%e3%82%8a%e3%81%9f%e3%81%84/#post-5466</link>
                        <pubDate>Tue, 11 Oct 2022 16:17:39 +0000</pubDate>
                        <description><![CDATA[レスが遅れて申し訳ありません。サンプルコードまで頂き、助かりました。
さっそく試してみたのですが、ページ区切りを入れているせいで、うまく動きませんでした……。
区切りを入れなければ、期待通りの挙動でしたので、現状では運用を工夫するしかなさそうです。
小説はどうしても長文になるため、できれば適宜に分割したいのですが、なかなか難しいですね。
ありがとうございました。]]></description>
                        <content:encoded><![CDATA[<p>レスが遅れて申し訳ありません。サンプルコードまで頂き、助かりました。</p>
<p>さっそく試してみたのですが、ページ区切りを入れているせいで、うまく動きませんでした……。</p>
<p>区切りを入れなければ、期待通りの挙動でしたので、現状では運用を工夫するしかなさそうです。</p>
<p>小説はどうしても長文になるため、できれば適宜に分割したいのですが、なかなか難しいですね。</p>
<p>ありがとうございました。</p>
1667]]></content:encoded>
						                            <category domain="https://users.swell-theme.com/forum/swell-request/">ご要望</category>                        <dc:creator>あずさ</dc:creator>
                        <guid isPermaLink="true">https://users.swell-theme.com/forum/swell-request/%e8%a6%8b%e5%87%ba%e3%81%97%e3%81%ab%e9%80%a3%e7%95%aa%e3%82%92%e6%8c%af%e3%82%8a%e3%81%9f%e3%81%84/#post-5466</guid>
                    </item>
				                    <item>
                        <title>RE: 見出しに連番を振りたい</title>
                        <link>https://users.swell-theme.com/forum/swell-request/%e8%a6%8b%e5%87%ba%e3%81%97%e3%81%ab%e9%80%a3%e7%95%aa%e3%82%92%e6%8c%af%e3%82%8a%e3%81%9f%e3%81%84/#post-5024</link>
                        <pubDate>Tue, 30 Aug 2022 18:44:19 +0000</pubDate>
                        <description><![CDATA[とりあえず応急的ですが…もし必要であれば使ってみてください。
以下のコードを、連番にしたいページの「CSS用コード」に貼り付け。
/* H２に連番 */
.post_content {
counter-reset: h2;
}

.post_content h2:before {
counter-increment: h2;
content:&quot;&quot; counte...]]></description>
                        <content:encoded><![CDATA[<p>とりあえず応急的ですが…もし必要であれば使ってみてください。</p>
<p>以下のコードを、連番にしたいページの「<span>CSS用コー</span><span>ド」に貼り付け。</span></p>
<pre contenteditable="false">/* H２に連番 */
.post_content {
counter-reset: h2;
}

.post_content h2:before {
counter-increment: h2;
content:"" counter(h2,cjk-ideographic) "　";
position: relative;
display: inline-block;
}</pre>
<p><span>（content:の""の中は必要に応じてお好きな文字を入力）</span></p>
<p>構造上、疑似要素を使った見出しのデザイン（ステッチや吹き出しなど）は表示が崩れてしまいますので、変更される場合は要確認です。<span></span></p>]]></content:encoded>
						                            <category domain="https://users.swell-theme.com/forum/swell-request/">ご要望</category>                        <dc:creator>His-</dc:creator>
                        <guid isPermaLink="true">https://users.swell-theme.com/forum/swell-request/%e8%a6%8b%e5%87%ba%e3%81%97%e3%81%ab%e9%80%a3%e7%95%aa%e3%82%92%e6%8c%af%e3%82%8a%e3%81%9f%e3%81%84/#post-5024</guid>
                    </item>
				                    <item>
                        <title>見出しに連番を振りたい</title>
                        <link>https://users.swell-theme.com/forum/swell-request/%e8%a6%8b%e5%87%ba%e3%81%97%e3%81%ab%e9%80%a3%e7%95%aa%e3%82%92%e6%8c%af%e3%82%8a%e3%81%9f%e3%81%84/#post-4776</link>
                        <pubDate>Tue, 16 Aug 2022 09:10:47 +0000</pubDate>
                        <description><![CDATA[サイトで小説やゲームのシナリオを公開しています。
どうしても長文になるので、見出しに番号を振って、エピソードを区切っています。
しかし手動で番号を振っていくと、どうしてもミスが出ます。
SWELLの機能で連番が振れたら助かるなあと思ったので、要望を出させていただきました。
ご検討いただけたら嬉しいです。]]></description>
                        <content:encoded><![CDATA[<p>サイトで小説やゲームのシナリオを公開しています。</p>
<p>どうしても長文になるので、見出しに番号を振って、エピソードを区切っています。</p>
<p>しかし手動で番号を振っていくと、どうしてもミスが出ます。</p>
<p>SWELLの機能で連番が振れたら助かるなあと思ったので、要望を出させていただきました。</p>
<p>ご検討いただけたら嬉しいです。</p>
1487]]></content:encoded>
						                            <category domain="https://users.swell-theme.com/forum/swell-request/">ご要望</category>                        <dc:creator>あずさ</dc:creator>
                        <guid isPermaLink="true">https://users.swell-theme.com/forum/swell-request/%e8%a6%8b%e5%87%ba%e3%81%97%e3%81%ab%e9%80%a3%e7%95%aa%e3%82%92%e6%8c%af%e3%82%8a%e3%81%9f%e3%81%84/#post-4776</guid>
                    </item>
							        </channel>
        </rss>
		