<?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>5ive.blog &#187; WordPress</title>
	<atom:link href="http://www.5ive.info/blog/archives/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.5ive.info/blog</link>
	<description>ActionScriptを中心としたWeb全般プログラムのメモサイトです。</description>
	<lastBuildDate>Tue, 07 Sep 2010 01:08:04 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Contact Form 7 + Ktai Styleで半角カナが文字化けする</title>
		<link>http://www.5ive.info/blog/archives/772</link>
		<comments>http://www.5ive.info/blog/archives/772#comments</comments>
		<pubDate>Thu, 22 Apr 2010 01:19:08 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=772</guid>
		<description><![CDATA[WordPressで構築したモバイル対応サイトで、携帯からお問い合わせするときに中高生などの若いユーザーが半角カナで文字入力する事が多いらしい。フォームからのメールが化けるとの事で対応策を探してみたのだけど、結局下記の方 [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/772/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPressの$postオブジェクトの中身</title>
		<link>http://www.5ive.info/blog/archives/750</link>
		<comments>http://www.5ive.info/blog/archives/750#comments</comments>
		<pubDate>Thu, 11 Mar 2010 04:10:56 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=750</guid>
		<description><![CDATA[WordPressのループ内で$postオブジェクトの中身を取り出すときにいつもプロパティ名が分からなくなるのでメモ。日付を取得したい場合は$post->post_dateで取り出す。
ID
post_author
po [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/750/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPressでfeedを配信しないようにする方法</title>
		<link>http://www.5ive.info/blog/archives/616</link>
		<comments>http://www.5ive.info/blog/archives/616#comments</comments>
		<pubDate>Tue, 01 Sep 2009 02:04:27 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=616</guid>
		<description><![CDATA[WordPressでフィードを配信したくない時にコアファイル弄るとすぐ出来るんだけど、アップグレードした時にメンテが面倒になるのでこの方法はできればやりたくない。調べてたら使っているテーマフォルダにfunctions.p [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/616/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPressからProgressionのPRMLを出力してみる</title>
		<link>http://www.5ive.info/blog/archives/592</link>
		<comments>http://www.5ive.info/blog/archives/592#comments</comments>
		<pubDate>Tue, 21 Jul 2009 01:10:01 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[as3]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Progression]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=592</guid>
		<description><![CDATA[Flashネタをエントリーするのは久々だなー。先日の福岡てら子で発表した内容ですが、WordPressからProgressionで使うPRMLというXMLを出力する方法。PRMLの詳しい説明は本家リファレンスを参照して下 [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/592/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>WordPressでFlash用に複数のxmlを出力する方法</title>
		<link>http://www.5ive.info/blog/archives/280</link>
		<comments>http://www.5ive.info/blog/archives/280#comments</comments>
		<pubDate>Fri, 21 Nov 2008 08:07:24 +0000</pubDate>
		<dc:creator>simo</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.5ive.info/blog/?p=280</guid>
		<description><![CDATA[デフォルトのRSS配信とは別にページ機能を使ってxmlを出力する事が出来たのね。今まで気付かなかったのでメモ。
まずはページ用PHPの冒頭でTemplate Nameを設定する。今回の場合は「newsXML」とする。この [...]]]></description>
		<wfw:commentRss>http://www.5ive.info/blog/archives/280/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
	</channel>
</rss>
