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

<image>
	<url>https://tabibitojin.com/wp-content/uploads/cropped-jin-favicon02-32x32.png</url>
	<title>plugin | TabibitoJinのブログ</title>
	<link>https://tabibitojin.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>ワードプレスの記事一覧を更新日時順で表示する方法！カスタマイズも簡単にできる</title>
		<link>https://tabibitojin.com/post-list-sort-order-change/</link>
					<comments>https://tabibitojin.com/post-list-sort-order-change/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Sat, 28 Sep 2019 04:18:02 +0000</pubDate>
				<category><![CDATA[plugin]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[ネットビジネス]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=16024</guid>

					<description><![CDATA[WordPressの記事一覧は、デフォルトでは「投稿日（公開日）順」に並んでいます。 過去記事のリライトに力を入れているブログの場合、最新の情報を読者に届けやすくするために「更新日時（最終更新日）順」へ変更するのが最新状 [&#8230;]]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/post-list-sort-order-change/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【WordPress】記事を公開したまま修正する方法｜Yoast Duplicate Postの使い方</title>
		<link>https://tabibitojin.com/yoast-duplicate-post/</link>
					<comments>https://tabibitojin.com/yoast-duplicate-post/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Wed, 29 Apr 2026 12:57:49 +0000</pubDate>
				<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[基本の知識・操作]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=28507</guid>

					<description><![CDATA[WPで記事を公開した後、リライトするなど時間をかけて見直しをする場合があります。 公開はそのままにしつつ、 という場合も多いもの。 今回は、こんな時に使えるプラグイン「Yoast Duplicate Post」の使い方を [&#8230;]]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/yoast-duplicate-post/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【WordPress】複数チェックボックスの値取得と設定反映！checkedはどうやって入れる？</title>
		<link>https://tabibitojin.com/wordpress-form-checkbox-checked/</link>
					<comments>https://tabibitojin.com/wordpress-form-checkbox-checked/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Wed, 01 Dec 2021 12:59:45 +0000</pubDate>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[プラグイン開発]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=19780</guid>

					<description><![CDATA[設定ではよく利用するフォームのチェックボックス。1つだけのチェックボックスなら分かりやすいが複数になった場合、ワードプレスのSettings APIでのname属性の付け方から、送信したデータ（配列）を取得してその値をフォーム内のinputタグにchecked を付ける方法の解説。name属性を配列にするのがポイント。]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/wordpress-form-checkbox-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】register_settingで初期値を設定する方法は？add_optionを使うの？</title>
		<link>https://tabibitojin.com/wordpress-register_setting-how-to-set-default-values/</link>
					<comments>https://tabibitojin.com/wordpress-register_setting-how-to-set-default-values/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Fri, 26 Nov 2021 08:18:23 +0000</pubDate>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[プラグイン開発]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=19616</guid>

					<description><![CDATA[Settings APIを使ったワードプレスの設定画面では変数の初期値をどこで設定するのかが分かりづらい。register_settingで初期値の設定方法から、add_option、update_optionを使った方法までを解説。関数リファレンスでregister_settingの第三引数に初期値の設定が無く、コールバック関数の指定だけで問題ない理由も調査したメモ。]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/wordpress-register_setting-how-to-set-default-values/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【WordPress】ショートコード作成とプラグイン化の方法を簡単解説</title>
		<link>https://tabibitojin.com/wordpress-make-shortcode-plugin/</link>
					<comments>https://tabibitojin.com/wordpress-make-shortcode-plugin/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Mon, 15 Nov 2021 07:53:07 +0000</pubDate>
				<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=19267</guid>

					<description><![CDATA[ワードプレスで自作したショートコードをプラグイン化してみましょう。 プラグインの基本の形が分かれば、貼りつけるだけ、みたいな感じで簡単にできると思います。 ここでは最初にショートコード作成法の基本をサンプルを使って見つつ [&#8230;]]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/wordpress-make-shortcode-plugin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【PHP】特定の単語/文字列までを切り出す</title>
		<link>https://tabibitojin.com/php-cut-out-string-up-to-a-specific-word/</link>
					<comments>https://tabibitojin.com/php-cut-out-string-up-to-a-specific-word/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Sat, 05 Feb 2022 07:18:48 +0000</pubDate>
				<category><![CDATA[プラグイン開発]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=21562</guid>

					<description><![CDATA[ある文字列に対して「この単語まで」を切り出したい場合のメモ。 Contents 指定した単語/文字列までを切り出す【注意ポイント】falseが返ることを忘れずに 指定した単語/文字列までを切り出す 日本語（マルチバイト文 [&#8230;]]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/php-cut-out-string-up-to-a-specific-word/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>【公式】JIN Simple Code Block</title>
		<link>https://tabibitojin.com/jin-simple-code-block/</link>
					<comments>https://tabibitojin.com/jin-simple-code-block/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Wed, 13 May 2026 10:19:30 +0000</pubDate>
				<category><![CDATA[プラグイン開発]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=29101</guid>

					<description><![CDATA[公式ページは準備中です。 少々お待ちください。]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/jin-simple-code-block/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>プラグインの国際化（英語-日本語対応）！テキストドメインの指定から翻訳ファイルの作成まで</title>
		<link>https://tabibitojin.com/plugin-internationalization-english-japanese-translation/</link>
					<comments>https://tabibitojin.com/plugin-internationalization-english-japanese-translation/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Sat, 29 Jan 2022 08:31:49 +0000</pubDate>
				<category><![CDATA[プラグイン開発]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=21304</guid>

					<description><![CDATA[プラグインを自作したら、プログラム内のテキストを「英語」で書き、その上で「国際化（i18n）」の対応をしておきましょう。 （※国際化：WordPressの設定言語に合わせて、日本語などの翻訳を自動で切り替える仕組みのこと [&#8230;]]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/plugin-internationalization-english-japanese-translation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ワードプレスで文字の上にフリガナを付けたい！ブログでルビを振る簡単な２つの方法</title>
		<link>https://tabibitojin.com/wordpress-ruby-html-plugin/</link>
					<comments>https://tabibitojin.com/wordpress-ruby-html-plugin/#respond</comments>
		
		<dc:creator><![CDATA[JIN]]></dc:creator>
		<pubDate>Tue, 16 May 2017 19:23:18 +0000</pubDate>
				<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[ネットビジネス]]></category>
		<category><![CDATA[記事作成]]></category>
		<guid isPermaLink="false">https://tabibitojin.com/?p=12020</guid>

					<description><![CDATA[ワードプレスで記事を書いている時に、難しい漢字や英語に対して振り仮名やカタカナ表記（またはその逆で、振り仮名やカタカナに対して英語表記）、映画のタイトルなどで原題に対して邦題、邦題に対して元のタイトルを、元の文字の上に表 [&#8230;]]]></description>
		
					<wfw:commentRss>https://tabibitojin.com/wordpress-ruby-html-plugin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
