<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>LD.ymst.net - 郡山市でホームページを制作している人のブログ &#187; WordPress</title>
	<atom:link href="http://ld.ymst.net/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://ld.ymst.net</link>
	<description>郡山市のWEBクリエイターのLanguid Diary</description>
	<lastBuildDate>Wed, 18 Jan 2012 07:21:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ld.ymst.net/wordpress/feed/" />
		<item>
		<title>WordPressのカテゴリーリストからrel属性をカットする</title>
		<link>http://ld.ymst.net/wordpress/fix-rel-category/</link>
		<comments>http://ld.ymst.net/wordpress/fix-rel-category/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 23:43:14 +0000</pubDate>
		<dc:creator>ld.ymst</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[カスタマイズ]]></category>

		<guid isPermaLink="false">http://ld.ymst.net/?p=765</guid>
		<description><![CDATA[WordPressのカテゴリーリストのrel属性が、HTML5だとvalidじゃないよと言われて、あまり良い気分じゃないんで、簡単に取り除いちゃいます。 テーマのfunctions.phpに add_filter('th &#8230; <a class="continue" href="http://ld.ymst.net/wordpress/fix-rel-category/">"WordPressのカテゴリーリストからrel属性をカットする"の続きを読む</a>]]></description>
			<content:encoded><![CDATA[<p>WordPressのカテゴリーリストのrel属性が、HTML5だとvalidじゃないよと言われて、あまり良い気分じゃないんで、簡単に取り除いちゃいます。</p>
<p>テーマのfunctions.phpに</p>
<pre><code>add_filter('the_category', 'remove_rel');
function remove_rel( $text ) {
	$text = str_replace('rel="category tag"', "", $text);
	return $text;
}</code></pre>
<p>こんなんでおｋ。</p>
]]></content:encoded>
			<wfw:commentRss>http://ld.ymst.net/wordpress/fix-rel-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ld.ymst.net/wordpress/fix-rel-category/" />
	</item>
		<item>
		<title>INBloggerテスト</title>
		<link>http://ld.ymst.net/digital/inblogger/</link>
		<comments>http://ld.ymst.net/digital/inblogger/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 12:38:00 +0000</pubDate>
		<dc:creator>ld.ymst</dc:creator>
				<category><![CDATA[Digital]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[INBlogger]]></category>

		<guid isPermaLink="false">http://ld.ymst.net/?p=799</guid>
		<description><![CDATA[Windows mobileのINBloggerのテスト。 便利だねこのアプリ。]]></description>
			<content:encoded><![CDATA[<p>Windows mobileのINBloggerのテスト。<br />
便利だねこのアプリ。</p>
]]></content:encoded>
			<wfw:commentRss>http://ld.ymst.net/digital/inblogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ld.ymst.net/digital/inblogger/" />
	</item>
		<item>
		<title>WordPressのメディアのリンクURLのデフォルト設定を変更したい</title>
		<link>http://ld.ymst.net/wordpress/wp_media_default_link_url/</link>
		<comments>http://ld.ymst.net/wordpress/wp_media_default_link_url/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 02:07:47 +0000</pubDate>
		<dc:creator>ld.ymst</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ブログ]]></category>

		<guid isPermaLink="false">http://ld.ymst.net/?p=664</guid>
		<description><![CDATA[WordPressのメディアアップロードで画像を挿入する際に、リンクURLがファイルのattachment URLがデフォルト設定になってしまっている場合、いちいちファイルのURLに直さないといけませんよね（ボタンをクリ &#8230; <a class="continue" href="http://ld.ymst.net/wordpress/wp_media_default_link_url/">"WordPressのメディアのリンクURLのデフォルト設定を変更したい"の続きを読む</a>]]></description>
			<content:encoded><![CDATA[<p>WordPressのメディアアップロードで画像を挿入する際に、リンクURLがファイルのattachment URLがデフォルト設定になってしまっている場合、いちいちファイルのURLに直さないといけませんよね（ボタンをクリックするだけですが）。</p>
<p>WordPressを知っている人であればいいんですが、知らない人にとっては、大抵お構いなしにattachmentのURLでそのまま挿入してしまうわけで。<br />
設置者側がlightbox系のプラグインを仕込んでいたりすると、attachmentでは都合が悪いんですよねー。</p>
<p>なのでそのリンクURLのデフォルトの設定をファイルのURLに変更する方法がないかとブログの設定を色々と探ってみたらありました。</p>
<h3>メディアのリンクURLのデフォルト設定の変更の仕方</h3>
<p>&#8220;wp-admin/options.php&#8221;のimage_default_link_typeの値を&#8221;file&#8221;に変更！<br />
解決！</p>
<p>ところで、WordPress Codexとかでは、デフォルト値ではfileになってるんだけど、プラグイン入れたりとか何らかで変わってしまうのかな…。<br />
何でだろ～。</p>
]]></content:encoded>
			<wfw:commentRss>http://ld.ymst.net/wordpress/wp_media_default_link_url/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ld.ymst.net/wordpress/wp_media_default_link_url/" />
	</item>
		<item>
		<title>XreaでWordPress2.7 オートアップグレード</title>
		<link>http://ld.ymst.net/wordpress/wp_auto_update/</link>
		<comments>http://ld.ymst.net/wordpress/wp_auto_update/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 02:03:06 +0000</pubDate>
		<dc:creator>ld.ymst</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[XREA]]></category>
		<category><![CDATA[ブログ]]></category>

		<guid isPermaLink="false">http://ld.ymst.net/?p=534</guid>
		<description><![CDATA[WordPress2.7でWordpressコアのオートアップグレード機能がついたわけですが、XreaだとPHPのSafe Modeの関係で、そのままでは自動アップデートを利用できません。 プラグインのオートアップデート &#8230; <a class="continue" href="http://ld.ymst.net/wordpress/wp_auto_update/">"XreaでWordPress2.7 オートアップグレード"の続きを読む</a>]]></description>
			<content:encoded><![CDATA[<p>WordPress2.7でWordpressコアのオートアップグレード機能がついたわけですが、XreaだとPHPのSafe Modeの関係で、そのままでは自動アップデートを利用できません。</p>
<p>プラグインのオートアップデートと同じ要領で、update-core.phpをCGIで動かせば利用できます。</p>
<p><code>&lt;files update-core.php&gt;<br />
AddHandler application/x-httpd-phpcgi .php<br />
&lt;/files&gt;</code></p>
<p>のような感じでhtaccessに記述すればOKです。<br />
ちなみに、プラグインのオートアップデートは以下のように記述すれば、OKです。</p>
<p><code>&lt;Files update.php&gt;<br />
AddHandler application/x-httpd-phpcgi .php<br />
&lt;/Files&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://ld.ymst.net/wordpress/wp_auto_update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ld.ymst.net/wordpress/wp_auto_update/" />
	</item>
		<item>
		<title>WordPress2.7 ベータ2をインストールしてみた</title>
		<link>http://ld.ymst.net/wordpress/wordpress27_beta2_install/</link>
		<comments>http://ld.ymst.net/wordpress/wordpress27_beta2_install/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 01:24:21 +0000</pubDate>
		<dc:creator>ld.ymst</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ブログ]]></category>

		<guid isPermaLink="false">http://ld.ymst.net/?p=255</guid>
		<description><![CDATA[いつの間にやら、Wordpress2.7のベータ2が出ていたので、インストールしてみた。 管理画面がえらい変わって、今までのような、ヘッダーメニューではなく、レフトサイドメニューでだいぶ使いやすくなりました。 他に、Wo &#8230; <a class="continue" href="http://ld.ymst.net/wordpress/wordpress27_beta2_install/">"WordPress2.7 ベータ2をインストールしてみた"の続きを読む</a>]]></description>
			<content:encoded><![CDATA[<p>いつの間にやら、Wordpress2.7のベータ2が出ていたので、インストールしてみた。</p>
<p class="aligncenter"><a class="zoom" href="http://ld.ymst.net/wp-content/uploads/2008/12/wp27beta2.gif"><img class="imageframe " src="http://ld.ymst.net/wp-content/uploads/2008/12/wp27beta2.thumbnail.gif" alt="WP_ADMIN" width="502" height="376" /></a></p>
<p>管理画面がえらい変わって、今までのような、ヘッダーメニューではなく、レフトサイドメニューでだいぶ使いやすくなりました。</p>
<p>他に、Wordpressのオートアップグレード機能が 追加されていたり、ダッシュボードページからクイック投稿が出来たりなど、機能面で便利になってますね。</p>
]]></content:encoded>
			<wfw:commentRss>http://ld.ymst.net/wordpress/wordpress27_beta2_install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ld.ymst.net/wordpress/wordpress27_beta2_install/" />
	</item>
		<item>
		<title>WordPress 2.6 リリース</title>
		<link>http://ld.ymst.net/wordpress/wordpress26/</link>
		<comments>http://ld.ymst.net/wordpress/wordpress26/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 05:49:34 +0000</pubDate>
		<dc:creator>ld.ymst</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ブログ]]></category>

		<guid isPermaLink="false">http://ld.ymst.net/?p=232</guid>
		<description><![CDATA[WordPress 2.6がいつのまにやら（7/15？）リリースしていたので、アップグレードしてみた。 アップグレード時に特に問題も無く（2.51→2.6）、すんなり終了。 WordPress 2.6の主な変更箇所は、  &#8230; <a class="continue" href="http://ld.ymst.net/wordpress/wordpress26/">"WordPress 2.6 リリース"の続きを読む</a>]]></description>
			<content:encoded><![CDATA[<p><strong>WordPress</strong> 2.6がいつのまにやら（7/15？）リリースしていたので、アップグレードしてみた。</p>
<p>アップグレード時に特に問題も無く（2.51→2.6）、すんなり終了。</p>
<p>WordPress 2.6の主な変更箇所は、</p>
<ul>
<li>ブックマークレットの復活</li>
<li>Google Gearsの対応<br />
<blockquote><p>参考：<a href="http://itpro.nikkeibp.co.jp/article/NEWS/20080703/310060/">ブログ・ソフト「WordPress」，Google Gears対応でオフライン操作が可能に：ITpro</a><br />
<a href="http://itpro.nikkeibp.co.jp/">ITpro</a></p></blockquote>
</li>
<li>記事の投稿時に、「保存」をする事で、記事の変更差分をチェックできるようになった。Wikipediaとかみたいな感じで。</li>
</ul>
<p>などで、他にも色々変更点があるようです。</p>
<blockquote><p>参考：<a href="http://wordpress.org/development/2008/07/wordpress-26-tyner/">WordPress ? Blog ≫   WordPress 2.6</a><br />
<a href="http://wordpress.org/development/2008/07/wordpress-26-tyner/">http://wordpress.org/development/2008/07/wordpress-26-tyner/</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ld.ymst.net/wordpress/wordpress26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ld.ymst.net/wordpress/wordpress26/" />
	</item>
		<item>
		<title>WordPress2.3.2リリース</title>
		<link>http://ld.ymst.net/wordpress/wordpress232/</link>
		<comments>http://ld.ymst.net/wordpress/wordpress232/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 02:08:37 +0000</pubDate>
		<dc:creator>ld.ymst</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ブログ]]></category>

		<guid isPermaLink="false">http://ld.ymst.net/wordpress/wordpress232/</guid>
		<description><![CDATA[あけおめことよろ。 年末年始の連休で呆けてる間、いつのまにかWordPress2.3.2がリリースされていたようだ。 日本語版もリリースされていた。 以下は WordPress.org 公式ブログの記事、「WordPre &#8230; <a class="continue" href="http://ld.ymst.net/wordpress/wordpress232/">"WordPress2.3.2リリース"の続きを読む</a>]]></description>
			<content:encoded><![CDATA[<p>あけおめことよろ。</p>
<p>年末年始の連休で呆けてる間、いつのまにか<a href="http://wordpress.org/download/">WordPress2.3.2</a>がリリースされていたようだ。<br />
<a href="http://ja.wordpress.org/2007/12/30/wordpress-232/">日本語版もリリース</a>されていた。</p>
<blockquote><p>以下は WordPress.org 公式ブログの記事、「WordPress 2.3.2」を訳したものです。</p>
<p>WordPress 2.3.2 は、下書きが漏洩してしまう可能性のあるバグを修正する緊急のセキュリティリリースです。2.3.2 ではまた、データベーステーブル構造の情報が明らかになってしまうかもしれないエラーメッセージをいくつか表示しないようにし、XML-RPC と APP の実装でいくつかの情報の漏れを制限して止めるようにしました。これらの情報流出からブログを守るため、すぐにでも <a href="http://wordpress.org/download/">2.3.2 をダウンロード (英語版)</a> してください。(訳注: <a href="http://ja.wordpress.org/wordpress-2.3.2-ja.zip">2.3.2 日本語版をダウンロード</a>)</p>
<p>小さなおまけとして、2.3.2 ではカスタムな DB エラーページを設置できるようにしました。カスタムテンプレートを wp-content/db-error.php に置いてください。WordPress とデータベースとの接続に問題が発生すると、デフォルトのエラーメッセージの代わりにこのページが表示されるようになります。</p>
<p>2.3.2 の変更点の詳細は、<a href="http://trac.wordpress.org/query?status=closed&amp;milestone=2.3.2&amp;resolution=fixed&amp;order=priority">修正されたバグの一覧</a>や <a href="http://trac.wordpress.org/changeset?old_path=tags%2F2.3.1&amp;old=6528&amp;new_path=tags%2F2.3.2&amp;new=6528">2.3.1 から 2.3.2 の変更</a>を参照してください。</p>
<p>このリリースでは、特に協力してくれた <a href="http://www.buayacorp.com/">Alex Concha</a> に感謝します。</p>
<p><a href="http://ja.wordpress.org/2007/12/30/wordpress-232/">WordPress | 日本語 ≫ WordPress 2.3.2</a> より。</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ld.ymst.net/wordpress/wordpress232/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ld.ymst.net/wordpress/wordpress232/" />
	</item>
		<item>
		<title>WP-HnConvertを導入してみた。</title>
		<link>http://ld.ymst.net/wordpress/wp-hnconvert/</link>
		<comments>http://ld.ymst.net/wordpress/wp-hnconvert/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 07:47:33 +0000</pubDate>
		<dc:creator>ld.ymst</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://ld.ymst.net/wordpress/wp-h%ef%bd%8econvert/</guid>
		<description><![CDATA[投稿記事に見出しタグ（Hnタグ）使っちゃった場合、個別ページなどでレベルがずれるのを（個別ページでは、記事タイトルをH1に、カテゴリーやタグなどでは、カテゴリーやタグなどをH1にしているため）、自動で直してくれるプラグイ &#8230; <a class="continue" href="http://ld.ymst.net/wordpress/wp-hnconvert/">"WP-HnConvertを導入してみた。"の続きを読む</a>]]></description>
			<content:encoded><![CDATA[<p>投稿記事に見出しタグ（Hnタグ）使っちゃった場合、個別ページなどでレベルがずれるのを（個別ページでは、記事タイトルをH1に、カテゴリーやタグなどでは、カテゴリーやタグなどをH1にしているため）、自動で直してくれるプラグインがないか探してみた。</p>
<h3>見出しタグのレベル調整プラグイン</h3>
<blockquote><p>WordPress で、記事内の見出しレベルを調整して本文を出力するプラグイン、作ってみました。</p>
<ul>
<li> テンプレートを変えたら、昔書いた本文の見出しと合わなくなっちゃった。</li>
<li> トップページと個別記事ページで見出しのレベルを変えたい。</li>
</ul>
<p>などの場合に有効です。</p>
<p>7:3 blog : 【WordPressプラグイン】WP hn Convert: 見出しレベルを調整<br />
<a href="http://blog.7to3.net/2007/06/02/wordpress-hn-convert"> http://blog.7to3.net/2007/06/02/wordpress-hn-convert</a></p></blockquote>
<p>というものを見つけました。</p>
<p>これは便利だ！ありがたく、使わせていただきます。</p>
]]></content:encoded>
			<wfw:commentRss>http://ld.ymst.net/wordpress/wp-hnconvert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ld.ymst.net/wordpress/wp-hnconvert/" />
	</item>
		<item>
		<title>WordPressの記事で日付が表示されない</title>
		<link>http://ld.ymst.net/wordpress/wordpress_the_date1/</link>
		<comments>http://ld.ymst.net/wordpress/wordpress_the_date1/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 15:19:30 +0000</pubDate>
		<dc:creator>ld.ymst</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[テーマ]]></category>

		<guid isPermaLink="false">http://ld.ymst.net/wordpress/%e6%97%a5%e4%bb%98%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%81%aa%e3%81%84/</guid>
		<description><![CDATA[なんか、日付が表示されない記事があるなー。 と思って、日付をいじったりしても直らんから、ちょっと調べてみた。 なんか the_date() だと、同じ日付の記事が存在するとき、最初の記事にしか日付が表示されないようだ。  &#8230; <a class="continue" href="http://ld.ymst.net/wordpress/wordpress_the_date1/">"WordPressの記事で日付が表示されない"の続きを読む</a>]]></description>
			<content:encoded><![CDATA[<p>なんか、日付が表示されない記事があるなー。<br />
と思って、日付をいじったりしても直らんから、ちょっと調べてみた。</p>
<p>なんか</p>
<pre><code>the_date()</code></pre>
<p>だと、同じ日付の記事が存在するとき、最初の記事にしか日付が表示されないようだ。</p>
<pre><code>the_time()</code></pre>
<p>であれば、きちんと表示された！</p>
]]></content:encoded>
			<wfw:commentRss>http://ld.ymst.net/wordpress/wordpress_the_date1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://ld.ymst.net/wordpress/wordpress_the_date1/" />
	</item>
	</channel>
</rss>

