<?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>beginsprite log &#187; Template tag</title>
	<atom:link href="http://me.beginsprite.com/archives/category/wordpress/template-tag/feed" rel="self" type="application/rss+xml" />
	<link>http://me.beginsprite.com</link>
	<description>The multimedia for the future</description>
	<lastBuildDate>Fri, 20 Jan 2012 11:24:03 +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>【メモ】WordPress, テーマ内のJavaScriptをwp_enqueue_scriptに追加</title>
		<link>http://me.beginsprite.com/archives/936</link>
		<comments>http://me.beginsprite.com/archives/936#comments</comments>
		<pubDate>Fri, 20 Jan 2012 06:50:56 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Template tag]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[add_action]]></category>
		<category><![CDATA[wp_enqueue_script]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=936</guid>
		<description><![CDATA[テーマ内に置いたJavaScriptファイルをwp_enqueue_scriptで呼び出せるように設定する。 functions.php function js_enque_method&#40;&#41; &#123; &#8230; <a href="http://me.beginsprite.com/archives/936">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/936/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress, ループをカスタマイズする3つの方法</title>
		<link>http://me.beginsprite.com/archives/913</link>
		<comments>http://me.beginsprite.com/archives/913#comments</comments>
		<pubDate>Tue, 02 Aug 2011 05:57:11 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Template tag]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[query_posts]]></category>
		<category><![CDATA[WP_Query]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=913</guid>
		<description><![CDATA[WordPressでループをカスタマイズするメモ。 query_posts() http://wpdocs.sourceforge.jp/テンプレートタグ/query_posts global $query_string &#8230; <a href="http://me.beginsprite.com/archives/913">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/913/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3, sidebar.phpが無い時のget_sidebar</title>
		<link>http://me.beginsprite.com/archives/838</link>
		<comments>http://me.beginsprite.com/archives/838#comments</comments>
		<pubDate>Thu, 14 Oct 2010 13:04:40 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Template tag]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[get_sidebar]]></category>
		<category><![CDATA[sidebar.php]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=838</guid>
		<description><![CDATA[default テーマが添付されなくなった WordPress 3.0。 get_sidebar を実行した時に&#8230; WordPress 3.0 以前では使用しているテーマに sidebar.php が無かった &#8230; <a href="http://me.beginsprite.com/archives/838">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/838/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress, Useragentなグローバル変数</title>
		<link>http://me.beginsprite.com/archives/803</link>
		<comments>http://me.beginsprite.com/archives/803#comments</comments>
		<pubDate>Thu, 30 Sep 2010 23:32:50 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Template tag]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[body_class]]></category>
		<category><![CDATA[Useragent]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=803</guid>
		<description><![CDATA[WordPressはUseragentに関するグローバル変数を持っています。 $is_lynx $is_gecko $is_IE $is_winIE $is_macIE $is_opera $is_NS4 $is_saf &#8230; <a href="http://me.beginsprite.com/archives/803">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/803/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress, 親テーマfunctions.phpのaction, filterを子テーマでremove</title>
		<link>http://me.beginsprite.com/archives/780</link>
		<comments>http://me.beginsprite.com/archives/780#comments</comments>
		<pubDate>Wed, 22 Sep 2010 13:07:20 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Template tag]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[functions.php]]></category>
		<category><![CDATA[Twenty Ten]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=780</guid>
		<description><![CDATA[WordPress3.0から使える親テーマ機能。 便利なんだけど、親テーマのfunctions.phpで設定されているactionやfilterを子テーマでremoveする方法が分からず悶々としてたけど、ようやく方法が分 &#8230; <a href="http://me.beginsprite.com/archives/780">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/780/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress, 子テーマのための親テーマ作成の心構え – functions.php その2</title>
		<link>http://me.beginsprite.com/archives/775</link>
		<comments>http://me.beginsprite.com/archives/775#comments</comments>
		<pubDate>Fri, 10 Sep 2010 00:06:40 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Template tag]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[functions.php]]></category>
		<category><![CDATA[Twenty Ten]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=775</guid>
		<description><![CDATA[親テーマ functions.php に add_filter されている関数を子テーマで変更することは困難を極めます。 読み込む順序が 1.子テーマ functions.php 2.親テーマ functions.php &#8230; <a href="http://me.beginsprite.com/archives/775">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/775/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress, wp_nav_menuのbefore, after と link_before, link_after</title>
		<link>http://me.beginsprite.com/archives/767</link>
		<comments>http://me.beginsprite.com/archives/767#comments</comments>
		<pubDate>Wed, 01 Sep 2010 16:05:04 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Template tag]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[after]]></category>
		<category><![CDATA[before]]></category>
		<category><![CDATA[link_after]]></category>
		<category><![CDATA[link_before]]></category>
		<category><![CDATA[wp_nav_menu]]></category>
		<category><![CDATA[カスタムメニュー]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=767</guid>
		<description><![CDATA[wp_nav_menuのbefore, after と link_before, link_after 用法が誤解を生みそうな件。 $before （文字列） （オプション） リンクテキストの前のテキスト 初期値： なし &#8230; <a href="http://me.beginsprite.com/archives/767">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/767/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress, wp_nav_menu+カスタムメニューのCSS設定</title>
		<link>http://me.beginsprite.com/archives/727</link>
		<comments>http://me.beginsprite.com/archives/727#comments</comments>
		<pubDate>Tue, 24 Aug 2010 16:23:14 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Template tag]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Twenty Ten]]></category>
		<category><![CDATA[wp_nav_menu]]></category>
		<category><![CDATA[カスタムメニュー]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=727</guid>
		<description><![CDATA[wp_nav_menu+カスタムメニューがナビゲーション・メニューを作るのに便利なことが分かってきた。 前回のPost : WordPress 3.x, wp_nav_menu コードを追ってみた .menu の位置が状 &#8230; <a href="http://me.beginsprite.com/archives/727">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/727/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.x, wp_nav_menu コードを追ってみた</title>
		<link>http://me.beginsprite.com/archives/700</link>
		<comments>http://me.beginsprite.com/archives/700#comments</comments>
		<pubDate>Tue, 24 Aug 2010 05:29:52 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Template tag]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp_nav_menu]]></category>
		<category><![CDATA[wp_page_menu]]></category>
		<category><![CDATA[カスタムメニュー]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=700</guid>
		<description><![CDATA[WordPress 3.0 から追加された wp_nav_menu のコードを追ったオレメモ。 多分「カスタムメニュー」に関係あるはず。 WordPress.com 日本語ブログ : 新カスタムメニュー機能 (など) W &#8230; <a href="http://me.beginsprite.com/archives/700">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/700/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0のTwenty Tenのループ出力, loop.phpとget_template_part</title>
		<link>http://me.beginsprite.com/archives/661</link>
		<comments>http://me.beginsprite.com/archives/661#comments</comments>
		<pubDate>Wed, 11 Aug 2010 04:27:39 +0000</pubDate>
		<dc:creator>taikiken</dc:creator>
				<category><![CDATA[Template tag]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[get_template_part]]></category>
		<category><![CDATA[load_template]]></category>
		<category><![CDATA[locate_template]]></category>
		<category><![CDATA[Twenty Ten]]></category>

		<guid isPermaLink="false">http://me.beginsprite.com/?p=661</guid>
		<description><![CDATA[Twenty Tenのループ出力は loop.php に集約されて書かれていて、loop.php を呼び出す部分は 3.0 から登場した関数 get_template_part が使われています。 関数リファレンス/ge &#8230; <a href="http://me.beginsprite.com/archives/661">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://me.beginsprite.com/archives/661/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

