<?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>イテルの一日一問 &#187; 記事</title>
	<atom:link href="http://oneday.ter.jp/tag/%e8%a8%98%e4%ba%8b/feed" rel="self" type="application/rss+xml" />
	<link>http://oneday.ter.jp</link>
	<description>一日にひとつは何かを考える。</description>
	<lastBuildDate>Tue, 25 May 2010 00:35:11 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://oneday.ter.jp/tag/%e8%a8%98%e4%ba%8b/feed" />
		<item>
		<title>WPに評価機能を追加する「PostRatings」</title>
		<link>http://oneday.ter.jp/wordpress/781.html</link>
		<comments>http://oneday.ter.jp/wordpress/781.html#comments</comments>
		<pubDate>Sat, 29 Aug 2009 01:11:01 +0000</pubDate>
		<dc:creator>イテル</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[PostRatings]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[記事]]></category>
		<category><![CDATA[評価]]></category>

		<guid isPermaLink="false">http://oneday.ter.jp/?p=781</guid>
		<description><![CDATA[
記事に評価機能が欲しい際に使いたいのが「PostRatings」。
私が使いたい機能は記事ではなく掲載された内容に対しての
評価だったのだが、とりあえずこれを使用することにした。
インストール

プラグイン→新規追加を [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://oneday.ter.jp/wp-content/uploads/2009/08/00_wordpress2-700x200.jpg" alt="00_wordpress" title="00_wordpress" width="700" height="200" class="alignnone size-thumbnail wp-image-845" /></p>
<p>記事に評価機能が欲しい際に使いたいのが「PostRatings」。<br />
私が使いたい機能は記事ではなく掲載された内容に対しての<br />
評価だったのだが、とりあえずこれを使用することにした。</p>
<h3>インストール</h3>
<ol>
<li>プラグイン→新規追加をクリックする。</li>
<li>「PostRatings」と入力してインストールリンクをクリック。</li>
<li>ウィンドウ内の「インストール」ボタンをクリックして「プラグインを有効化」リンクをクリック。</li>
</ol>
<p>そういえば、2.7からインストールが簡単になったので、ちょっと<br />
割愛したいところだが、とりあえず書いておく。</p>
<p>評価を表示したい場所（single）に下記の構文を書く。</p>
<pre class="brush: php;">
&lt;?php if(function_exists('the_ratings')) { the_ratings(); } ?&gt;
</pre>
<p>また設定で★マークなどの種類が選択できる。</p>
]]></content:encoded>
			<wfw:commentRss>http://oneday.ter.jp/wordpress/781.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://oneday.ter.jp/wordpress/781.html" />
	</item>
		<item>
		<title>同じカテゴリ内で移動する</title>
		<link>http://oneday.ter.jp/wordpress/307.html</link>
		<comments>http://oneday.ter.jp/wordpress/307.html#comments</comments>
		<pubDate>Sun, 05 Jul 2009 01:28:37 +0000</pubDate>
		<dc:creator>イテル</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[next_post_link]]></category>
		<category><![CDATA[previous_post_link]]></category>
		<category><![CDATA[カテゴリ]]></category>
		<category><![CDATA[移動]]></category>
		<category><![CDATA[記事]]></category>

		<guid isPermaLink="false">http://oneday.ter.jp/?p=307</guid>
		<description><![CDATA[
wordpressのsingle（記事）表示で、同一カテゴリ内で移動したい場合がある。
その際の書き方。
タグは、previous_post_linkとnext_post_linkを使用する。

&#38;lt;?ph [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-308" title="090705" src="http://oneday.ter.jp/wp-content/uploads/2009/07/0907051-700x200.jpg" alt="090705" width="700" height="200" /></p>
<p>wordpressのsingle（記事）表示で、同一カテゴリ内で移動したい場合がある。</p>
<p>その際の書き方。</p>
<p>タグは、<a href="http://wpdocs.sourceforge.jp/%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88%E3%82%BF%E3%82%B0/previous_post_link" target="_blank">previous_post_link</a>と<a href="http://wpdocs.sourceforge.jp/%E3%83%86%E3%83%B3%E3%83%97%E3%83%AC%E3%83%BC%E3%83%88%E3%82%BF%E3%82%B0/next_post_link" target="_blank">next_post_link</a>を使用する。</p>
<pre class="brush: xml;">
&amp;lt;?php previous_post_link(’前の記事： %link’) ?&amp;gt;
&amp;lt;?php next_post_link(’次の記事： %link’) ?&amp;gt;
</pre>
<p>これを、</p>
<pre class="brush: xml;">
&amp;lt;?php previous_post_link(’前の記事： %link’, ‘%title’, TRUE); ?&amp;gt;
&amp;lt;?php previous_post_link(’次の記事： %link’, ‘%title’, TRUE); ?&amp;gt;
</pre>
<p>と修正すればok。</p>
]]></content:encoded>
			<wfw:commentRss>http://oneday.ter.jp/wordpress/307.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://oneday.ter.jp/wordpress/307.html" />
	</item>
	</channel>
</rss>
