<?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>ＩＳプランニング &#187; 独自関数</title>
	<atom:link href="http://www.is-p.cc/category/wordpress/original-function/feed" rel="self" type="application/rss+xml" />
	<link>http://www.is-p.cc</link>
	<description>WordPress 2.6</description>
	<lastBuildDate>Wed, 25 Jan 2012 00:14:10 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>親カテゴリに属するサブカテゴリのIDを取得する関数</title>
		<link>http://www.is-p.cc/wordpress/original-function/get_sub_cat_id/719</link>
		<comments>http://www.is-p.cc/wordpress/original-function/get_sub_cat_id/719#comments</comments>
		<pubDate>Tue, 15 Jun 2010 08:22:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[独自関数]]></category>
		<category><![CDATA[id取得]]></category>
		<category><![CDATA[WordPress備忘録]]></category>
		<category><![CDATA[サブカテゴリ]]></category>

		<guid isPermaLink="false">http://www.is-p.cc/?p=719</guid>
		<description><![CDATA[以前、サブカテゴリ毎に記事をまとめて表示2という記事を書きましたが、少し需要があるようなのでもう少しスマート（だと思える）取得をしてみます。 といっても「怪しい正規表現」から「データベースで直接取得」に変わっただけですけ [...]]]></description>
		<wfw:commentRss>http://www.is-p.cc/wordpress/original-function/get_sub_cat_id/719/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>イベント開催予定日のカレンダーを作成するヒント</title>
		<link>http://www.is-p.cc/wordpress/original-function/event-calendar/712</link>
		<comments>http://www.is-p.cc/wordpress/original-function/event-calendar/712#comments</comments>
		<pubDate>Wed, 26 May 2010 06:00:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[独自関数]]></category>
		<category><![CDATA[WordPress備忘録]]></category>
		<category><![CDATA[イベント開催日]]></category>
		<category><![CDATA[カスタムフィールド]]></category>

		<guid isPermaLink="false">http://www.is-p.cc/?p=712</guid>
		<description><![CDATA[イメージとしてはカスタムフィールドで独自にイベントの開催日時を設定し、それを基準としたイベントカレンダーを作成したい場合。需要があるかどうかは判りませんが、一応記しておきます。 &#160; カスタムフィールドの設定には [...]]]></description>
		<wfw:commentRss>http://www.is-p.cc/wordpress/original-function/event-calendar/712/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>最新記事のidを返す関数（カテゴリ指定可能）</title>
		<link>http://www.is-p.cc/wordpress/original-function/get-latest-id/711</link>
		<comments>http://www.is-p.cc/wordpress/original-function/get-latest-id/711#comments</comments>
		<pubDate>Wed, 14 Apr 2010 07:09:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[独自関数]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[id取得]]></category>
		<category><![CDATA[最新記事]]></category>

		<guid isPermaLink="false">http://www.is-p.cc/?p=711</guid>
		<description><![CDATA[最新記事のidを取得する関数です。カテゴリidによる指定も可能です。 あるカテゴリの最新idを取得したいと思い、調べているとWordPressフォーラムでバッチリなのが見つかりました。ただしこれは全ての記事の中の最新記事 [...]]]></description>
		<wfw:commentRss>http://www.is-p.cc/wordpress/original-function/get-latest-id/711/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>パンくずナビリストを返す関数</title>
		<link>http://www.is-p.cc/wordpress/original-function/pankuzu-navi/593</link>
		<comments>http://www.is-p.cc/wordpress/original-function/pankuzu-navi/593#comments</comments>
		<pubDate>Mon, 01 Jun 2009 06:16:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[独自関数]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[WordPress備忘録]]></category>
		<category><![CDATA[パンくずナビ]]></category>
		<category><![CDATA[パンくずリスト]]></category>
		<category><![CDATA[関数]]></category>

		<guid isPermaLink="false">http://www.is-p.cc/?p=593</guid>
		<description><![CDATA[パンくずナビを返す独自関数です。リンク付きで返ってきます。 どこかにやり方がないかな？と思って探したのですが、パっと目に付いたのがプラグインしかありませんでしたので…。 わざわざパンくずリストぐらいでプラグインを導入する [...]]]></description>
		<wfw:commentRss>http://www.is-p.cc/wordpress/original-function/pankuzu-navi/593/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

