<?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>カスタマイズ | TabibitoJinのブログ</title>
	<atom:link href="https://tabibitojin.com/category/wordpress/customize/feed/" rel="self" type="application/rss+xml" />
	<link>https://tabibitojin.com</link>
	<description>ネットビジネスで自由に生きる！会社を辞めて海外にいながらブログで稼ぐJINのサイト</description>
	<lastBuildDate>Tue, 19 May 2026 10:50:17 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>

<image>
	<url>https://tabibitojin.com/wp-content/uploads/cropped-jin-favicon02-32x32.png</url>
	<title>カスタマイズ | TabibitoJinのブログ</title>
	<link>https://tabibitojin.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>【WordPress】管理画面の投稿一覧に更新日の列を追加する方法</title>
		<link>https://tabibitojin.com/wordpress-admin-posts_list-add-last_modified-row/</link>
					<comments>https://tabibitojin.com/wordpress-admin-posts_list-add-last_modified-row/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Sat, 06 Nov 2021 11:14:31 +0000</pubDate>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[カスタマイズ]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=19028</guid>

					<description><![CDATA[WordPressの管理画面にある「投稿一覧」には、「公開日（日付）順」がありますが「更新日」の列があると嬉しいですよね。 以下のように「最終更新日」の列を追加すると、「どの記事をいつ更新したか」が把握しやすくなり、リラ [&#8230;]]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/wordpress-admin-posts_list-add-last_modified-row/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【WordPress】フォーム内ラジオボタンにcheckedを入れる方法</title>
		<link>https://tabibitojin.com/wordpress-form-radio-checked/</link>
					<comments>https://tabibitojin.com/wordpress-form-radio-checked/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Tue, 30 Nov 2021 03:27:56 +0000</pubDate>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[ネットビジネス]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=19714</guid>

					<description><![CDATA[ワードプレスで独自プラグインや自作関数の設定を作る場合、よくフォームで利用するラジオボタン。チェックされた設定を保存した後、その値を読み込んでhtmlに「checked」を入れる方法の解説。ifの値比較、三項演算子の利用もあるが、ワードプレスで用意されているchecked関数を使うのが分かりやすい。]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/wordpress-form-radio-checked/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【WordPress】設定画面へラジオボタンやチェックボックスを追加で完成形へ</title>
		<link>https://tabibitojin.com/wordpress-settings-api-radiobutton-checkbox/</link>
					<comments>https://tabibitojin.com/wordpress-settings-api-radiobutton-checkbox/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Sun, 05 Dec 2021 02:58:11 +0000</pubDate>
				<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[ネットビジネス]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=19657</guid>

					<description><![CDATA[Settings APIを使った設定画面で複数行入力（textarea）、ラジオボタン（input type radio）やチェックボックス（input type radio）を使ってフィールドを追加してみる。ラジオボタンやチェックボックスでは「checked」の入れ方がポイントとチェックボックスでは更にnameに配列を指定するのがポイント。]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/wordpress-settings-api-radiobutton-checkbox/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPressの目次をスクロール連動＆自動ハイライト！Cocoonでの実装手順を紹介</title>
		<link>https://tabibitojin.com/table-of-contents-auto-highlight/</link>
					<comments>https://tabibitojin.com/table-of-contents-auto-highlight/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Fri, 30 May 2025 12:16:15 +0000</pubDate>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[デザイン]]></category>
		<category><![CDATA[Cocoon]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=26044</guid>

					<description><![CDATA[WordPressでは記事の冒頭に目次を入れることが多いですが、サイドバーに表示している人もいますよね。 目次があれば全体の流れがつかめて便利ですし、サイドバーでは「今どこを読んでいるか」がハイライトされたりすると更に親 [&#8230;]]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/table-of-contents-auto-highlight/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【WordPress】管理画面のプラグイン一覧にリンクメニュー（設定）を追加する方法</title>
		<link>https://tabibitojin.com/wordpress-plugin-list-add-link-menu/</link>
					<comments>https://tabibitojin.com/wordpress-plugin-list-add-link-menu/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Mon, 31 Jan 2022 04:46:21 +0000</pubDate>
				<category><![CDATA[カスタマイズ]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=21487</guid>

					<description><![CDATA[プラグインを作成してワードプレスの管理画面からプラグイン一覧を表示した時、「有効化」「停止」「削除」といったメニューがプラグイン名の下に表示されます。 この他にも「設定」へのリンクメニューを持つプラグインがありますが、こ [&#8230;]]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/wordpress-plugin-list-add-link-menu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		<enclosure url="https://tabibitojin.com/wp-content/uploads/8a23b1d98a163667b8e12de06de983fd-1.mp4" length="116520" type="video/mp4" />

			</item>
		<item>
		<title>【WordPress】画像に枠を付けるとぼやける？等倍で綺麗に表示する方法</title>
		<link>https://tabibitojin.com/wordpress-image-blur-with-frame/</link>
					<comments>https://tabibitojin.com/wordpress-image-blur-with-frame/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Sun, 26 Dec 2021 09:41:58 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[ネットビジネス]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=20734</guid>

					<description><![CDATA[画像にフレームというか枠をCSSで付けると、画像が等倍で表示されず「ぼやける」「滲む」（にじむ）場合があります。（特に画像に文字が入っていると気になったりしますよね） 枠の分だけ画像が縮小されることが原因ですが、その場合 [&#8230;]]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/wordpress-image-blur-with-frame/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【WordPress】抜粋を入力するとそのまま表示される？文字数制限や「続きを読む」を付ける方法</title>
		<link>https://tabibitojin.com/wordpress-display-when-excerpt-input/</link>
					<comments>https://tabibitojin.com/wordpress-display-when-excerpt-input/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Sat, 18 Dec 2021 05:16:45 +0000</pubDate>
				<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[ネットビジネス]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=20464</guid>

					<description><![CDATA[ワードプレスでサイドバーにある「抜粋」を入力すると、記事の一覧表示でタイトル下に表示される抜粋の文字数が制限なくそのまま表示されたり、文字が切れるときの記号というか「続きを読む」表現が付かない、なんてことがありますね。  [&#8230;]]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/wordpress-display-when-excerpt-input/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【CSS】光るボタンアニメーションの作り方！カスタマイズまで手順を詳しく解説</title>
		<link>https://tabibitojin.com/css-flowing-light-button/</link>
					<comments>https://tabibitojin.com/css-flowing-light-button/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Sun, 31 Oct 2021 10:39:52 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[デザイン]]></category>
		<category><![CDATA[ネットビジネス]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=18821</guid>

					<description><![CDATA[コクーン（cocoon）などのテーマで「キラッと光が横切るアニメーション付きのボタン」があったりしますが、何気にカッコいいし、目立ってクリック率も上がりそうですよね。 ということで、ここではHTML, CSSを使って「自 [&#8230;]]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/css-flowing-light-button/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【WordPress】プレビュー時だけ上の黒いバー（管理バー）を非表示にする方法</title>
		<link>https://tabibitojin.com/wordpress-preview-erase-black-admin-bar/</link>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Fri, 07 Aug 2020 10:47:14 +0000</pubDate>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[基本の知識・操作]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=17654</guid>

					<description><![CDATA[投稿や固定ページの編集で「プレビュー時のみ」上段の黒いバー（管理バー/ツールバー）を非表示にする方法。
ユーザー設定で管理バーを非表示にすると全ての場面で管理バーが非表示になって使いづらい。プレビューだけを判別するクラスを追加してCSSを設定すれば、投稿や固定ページのプレビュー時のみ管理バーが消え、その他の画面では表示されるのでワードプレスの使い勝手を落とさずプレビュー画面を実際の画面と同じように見ることができる。]]></description>
		
		
		
			</item>
		<item>
		<title>【WordPress】記事一覧で抜粋の文字数を揃えたい！全角半角混在でも同じにする方法</title>
		<link>https://tabibitojin.com/wordpress-excerpt-length/</link>
					<comments>https://tabibitojin.com/wordpress-excerpt-length/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Fri, 17 Dec 2021 09:12:52 +0000</pubDate>
				<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[ネットビジネス]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=20484</guid>

					<description><![CDATA[ブログの記事一覧では、記事のタイトル下に記事の抜粋が表示されると思います。 この抜粋、日本語の全角文字や全角記号、半角の英数記号が混在の場合、全角文字が多いか半角文字が多いかで見た目の文字の量も異なり、抜粋の表示を全体で [&#8230;]]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/wordpress-excerpt-length/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
