<?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>マウスやすめ～パソコンに疲れたら・・・ 自分癒しのBLOG～ &#187; プラグイン</title>
	<atom:link href="http://mauyas.com/archives/category/web-production/wordpress/plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://mauyas.com</link>
	<description>Web、パソコン、プログラム、趣味などちょっとした記録。健忘症ぎみの今日この頃のために・・・。マウスをやすめてのんびりと・・・。</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:33:39 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/category/web-production/wordpress/plugin/feed" />
		<item>
		<title>WordPressにページナビゲーションを表示するプラグイン『WP-PageNavi』</title>
		<link>http://mauyas.com/archives/2508</link>
		<comments>http://mauyas.com/archives/2508#comments</comments>
		<pubDate>Wed, 26 May 2010 12:49:28 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/2508</guid>
		<description><![CDATA[WordPressもページが増えてきたりすると導入したいのが、ページナビゲーション。
通常『前のページ』、『次のページ』など2方向のナビゲーションはありますが、視覚的にページ数などが出るページナビゲーションがユーザビリテ [...]]]></description>
			<content:encoded><![CDATA[<p>WordPressもページが増えてきたりすると導入したいのが、ページナビゲーション。</p>
<p>通常『前のページ』、『次のページ』など2方向のナビゲーションはありますが、視覚的にページ数などが出るページナビゲーションがユーザビリティにも優れています。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/05/2010517434.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010517434" border="0" alt="2010517434" src="http://mauyas.com/wp-content/uploads/2010/05/2010517434_thumb.jpg" width="372" height="70" /></a> </p>
<p>そのページナビゲーションを導入できるのが『WP-PageNavi』というプラグインです。</p>
<p>今回も簡単に管理画面から導入します。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/05/2010526449.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010526449" border="0" alt="2010526449" src="http://mauyas.com/wp-content/uploads/2010/05/2010526449_thumb.jpg" width="163" height="133" /></a></p>
<p>プラグインの”新規追加”を表示します。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/05/2010526447.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010526447" border="0" alt="2010526447" src="http://mauyas.com/wp-content/uploads/2010/05/2010526447_thumb.jpg" width="372" height="214" /></a></p>
<p>『PageNavi』と入力し『プラグインの検索』をクリック</p>
<p>&#160;<a href="http://mauyas.com/wp-content/uploads/2010/05/2010526448.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010526448" border="0" alt="2010526448" src="http://mauyas.com/wp-content/uploads/2010/05/2010526448_thumb.jpg" width="368" height="98" /></a> </p>
</p>
<p>『WP-PageNavi』が現れますのでインストールクリックしインストールします。</p>
<p>導入後表示したいテーマの場所に</p>
<div class="csharpcode">
<pre class="alt">

<span class="kwrd">&lt;?</span><span class="html">php</span> <span class="attr">wp_pagenavi</span>(); ?<span class="kwrd">&gt;</span>
</pre>
</div>
<div class="csharpcode">&#160;</div>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>とコードを書き入れます。</p>
<p>『設定』のPageNavi Settingsにて表示の設定ができます。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/05/2010526450.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="2010526450" border="0" alt="2010526450" src="http://mauyas.com/wp-content/uploads/2010/05/2010526450_thumb.jpg" width="189" height="242" /></a> </p>
<p>このサイトでは『Number Of Pages To Show』の数を変えた他はそのままで使っています。</p>
<p>昔のバージョンではCSSを書き換えサイトに合わせる必要がありましたが、現在の場合では『Use pagenavi-css.css』のチェックでサイトのカラーに合ってくれると思います。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/2508/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/2508" />
	</item>
		<item>
		<title>WordPressで人気のあるエントリー（記事）を表示してくれるプラグイン『Popular Posts』の重複したカウントを削除する</title>
		<link>http://mauyas.com/archives/2450</link>
		<comments>http://mauyas.com/archives/2450#comments</comments>
		<pubDate>Fri, 14 May 2010 13:32:43 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/2450</guid>
		<description><![CDATA[タイトルが長くなってしまいましたが、以前紹介した『WordPressで人気のあるエントリー（記事）を表示してくれるプラグイン『Popular Posts』』でちょっとしたトラブルが・・・。
 

おなじ記事がカウントされ [...]]]></description>
			<content:encoded><![CDATA[<p>タイトルが長くなってしまいましたが、以前紹介した『<a href="http://mauyas.com/archives/2086">WordPressで人気のあるエントリー（記事）を表示してくれるプラグイン『Popular Posts』</a>』でちょっとしたトラブルが・・・。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/05/201055ScreenCut215.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="201055ScreenCut215" border="0" alt="201055ScreenCut215" src="http://mauyas.com/wp-content/uploads/2010/05/201055ScreenCut215_thumb.jpg" width="168" height="105" /></a> </p>
</p>
<p>おなじ記事がカウントされてしまっているようです。</p>
<p>導入したばかりも同じようなことがあったのですがその時は『Remove Plugin』をしたりしたときでした。</p>
<p>ちょっと原因は分からないのですがこの重複したカウントを正常にするにはちょっとコツが必要になります。</p>
<p>SQLを開いて重複したデータを削除するのですがその説明をします。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>phpMyAdmin を使います。</p>
<p>WordPressをインストールしたときのデータの接頭語（$table_prefix デフォルトで”wp_”）によって頭がちょっと違ってきますが、『wp_posts』を探し表示させます。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/05/201055ScreenCut216.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="201055ScreenCut216" border="0" alt="201055ScreenCut216" src="http://mauyas.com/wp-content/uploads/2010/05/201055ScreenCut216_thumb.jpg" width="199" height="170" /></a></p>
<p>重複している記事のタイトル『post_title』を探し IDをメモしておきます。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/05/201055ScreenShot_Client217.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="201055ScreenShot_Client217" border="0" alt="201055ScreenShot_Client217" src="http://mauyas.com/wp-content/uploads/2010/05/201055ScreenShot_Client217_thumb.jpg" width="461" height="130" /></a> </p>
<p>この場合”2254”がIDです。</p>
<p>次に『wp_postmeta』を表示させ『post_id』がIDと同じものを探します。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/05/201055ScreenShot_Client222.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="201055ScreenShot_Client222" border="0" alt="201055ScreenShot_Client222" src="http://mauyas.com/wp-content/uploads/2010/05/201055ScreenShot_Client222_thumb.jpg" width="441" height="235" /></a> </p>
<p>同じ『pvc_views』がふたつあります。   <br />この『pvc_views』が『Popular Posts』のデータです。</p>
</p>
<p>このふたつのうちどちらかを削除します。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/05/201055ScreenCut225.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="201055ScreenCut225" border="0" alt="201055ScreenCut225" src="http://mauyas.com/wp-content/uploads/2010/05/201055ScreenCut225_thumb.jpg" width="441" height="79" /></a> </p>
<p>これで重複したカウントを正常化できます。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/2450/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/2450" />
	</item>
		<item>
		<title>WordPressにショッピングカートを導入できるプラグイン『Welcart』</title>
		<link>http://mauyas.com/archives/2435</link>
		<comments>http://mauyas.com/archives/2435#comments</comments>
		<pubDate>Mon, 10 May 2010 12:21:54 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/2435</guid>
		<description><![CDATA[ショッピングサイトを構築する時、やはり一番悩んでしまうのがカートのシステムです。
7.8年前は全くと言っていいほど手頃なカートが見つからず結局CGIなどをつかって作っていたのですが、最近ではいろんなカートシステムが出回っ [...]]]></description>
			<content:encoded><![CDATA[<p>ショッピングサイトを構築する時、やはり一番悩んでしまうのがカートのシステムです。</p>
<p>7.8年前は全くと言っていいほど手頃なカートが見つからず結局CGIなどをつかって作っていたのですが、最近ではいろんなカートシステムが出回ってきました。</p>
<p>その中でも一番注目しているのが『Welcart』</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:798E96FB-0CC9-4229-BE18-6AA02762E1C3:6f129916-c9a0-467b-aa78-68b8b69245c1" class="wlWriterEditableSmartContent"><a href="http://www.welcart.com/" target="_blank"><img src="http://mauyas.com/wp-content/uploads/2010/05/Screenshot.png" width="301" height="237" /><br />Welcart</a></div>
<p>WordPressに組み込めるプラグインです。</p>
<p>たしか前身が『uCart』というので始まったと思うのですが、名前も一新、日本語対応ということでは一番使いやすい手頃なシステムなのではないでしょうか。</p>
<p>まだ開発途中ではありますが、テストも兼ねて『浜梨かふぇ ネットショップ』というサイトで使わせていただきました。</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:798E96FB-0CC9-4229-BE18-6AA02762E1C3:5a5ebb79-3bc9-481c-ae1e-9cd82cac3bda" class="wlWriterEditableSmartContent"><a href="http://shop.bambic.jp" target="_blank"><img src="http://mauyas.com/wp-content/uploads/2010/05/Screenshot1.png" width="301" height="237" /><br />浜梨かふぇネットショップ</a></div>
<p>&#160;</p>
<p>簡単とはいえ、ショッピングシステムですのでやはり組み込みや構築にはそれなりの覚悟がいると思います。   <br />その点、サポートやコミュニティが日本語でありますので敷居は低いと思います。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/2435/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/2435" />
	</item>
		<item>
		<title>WordPressで投稿した記事の関連記事を表示してくれるプラグイン『Similar Posts』</title>
		<link>http://mauyas.com/archives/2102</link>
		<comments>http://mauyas.com/archives/2102#comments</comments>
		<pubDate>Sun, 07 Feb 2010 15:05:14 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/2102</guid>
		<description><![CDATA[WordPressで人気のあるエントリー（記事）を表示してくれるプラグイン『Popular Posts』    を導入したならついでに使いたいのが『Similar Posts』という関連記事を表示してくれるプラグインです [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mauyas.com/archives/2086">WordPressで人気のあるエントリー（記事）を表示してくれるプラグイン『Popular Posts』</a>    <br />を導入したならついでに使いたいのが『Similar Posts』という関連記事を表示してくれるプラグインです。</p>
<p>この二つのプラグインは共通のプラグイン『Post-Plugin Library』を使っていますので、『Popular Posts』を使っているならぜひ合わせて使いたいプラグインです。</p>
<p>このサイトでは</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/02/201027280.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="201027280" border="0" alt="201027280" src="http://mauyas.com/wp-content/uploads/2010/02/201027280_thumb.jpg" width="332" height="133" /></a> </p>
<p>こんなふうになっています。</p>
<p>プラグインの設定はデフォルトのまま、CSSだけをつけたしています。</p>
<p>—————– プラグインのインストール ————————–</p>
<p>まずは Post-Plugin Library をダウンロードし有効にします。   <br />これは、    <br /><a href="http://mauyas.com/archives/2086">WordPressで人気のあるエントリー（記事）を表示してくれるプラグイン『Popular Posts』</a>    <br />を参考にしてください。</p>
<p>『Similar Posts』をダウンロードします。</p>
<p><a title="http://rmarsh.com/plugins/similar-posts/" href="http://rmarsh.com/plugins/similar-posts/">http://rmarsh.com/plugins/similar-posts/</a></p>
<p>に行き、</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/02/201027281.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="201027281" border="0" alt="201027281" src="http://mauyas.com/wp-content/uploads/2010/02/201027281_thumb.jpg" width="156" height="27" /></a></p>
<p>をクリックしダウンロードしてください。</p>
<p> ダウンロードしたファイルを解凍しプラグインホルダにアップ、プラグインを有効化します。</p>
</p>
<p>表示したいテーマファイルの場所に</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum1">   1:</span> &lt;?php similar_posts(); ?&gt;</pre>
<p><!--CRLF--></div>
</div>
<pre>とコードを付け加えます。これで表示されます。</pre>
<p>先ほども述べましたが、このサイトでは『Similar Posts』の設定自体はほとんどいじっていません、変更したのが『Placement Settings』タブの『Output after post』の部分、</p>
<p>『Activate』の部分を ”Yes”にし、『Parameters』を</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum1">   1:</span> prefix=&lt;div id=<span style="color: #006080">&quot;best&quot;</span>&gt;&lt;h4&gt;ついでに読んだら参考になるかもしれない関連記事:&lt;/h4&gt;&lt;ul <span style="color: #0000ff">class</span>=<span style="color: #006080">&quot;similar-posts&quot;</span>&gt;&amp;suffix=&lt;/ul&gt;&lt;/div&gt;</pre>
<p><!--CRLF--></div>
</div>
<p>としました。</p>
<p>関連記事についてはいろんなプラグインがあるのですが、タイトル、記事内容、タブ、といろんな要素での選出がありそんな調整もできるのがこのプラグインです。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/2102/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/2102" />
	</item>
		<item>
		<title>WordPressで人気のあるエントリー（記事）を表示してくれるプラグイン『Popular Posts』</title>
		<link>http://mauyas.com/archives/2086</link>
		<comments>http://mauyas.com/archives/2086#comments</comments>
		<pubDate>Wed, 03 Feb 2010 11:51:55 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/2086</guid>
		<description><![CDATA[このサイトの上部にもある『人気のあるエントリーBEST10』で使用しているプラグインです。
&#160;
最初はショッピングサイトで『人気のある商品ベストテン』を表示するために使ったプラグインなのですが、なかなか面白いの [...]]]></description>
			<content:encoded><![CDATA[<p>このサイトの上部にもある『人気のあるエントリーBEST10』で使用しているプラグインです。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/02/201022269.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="201022269" border="0" alt="201022269" src="http://mauyas.com/wp-content/uploads/2010/02/201022269_thumb.jpg" width="416" height="119" /></a>&#160;</p>
<p>最初はショッピングサイトで『人気のある商品ベストテン』を表示するために使ったプラグインなのですが、なかなか面白いのでこのサイトでも使用してみました。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; プラグインのインストール &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>まずは Post-Plugin Library をダウンロードします。これは Popular Posts を動かすために必要なプラグインになります。</p>
<p><a title="http://rmarsh.com/plugins/post-plugin-library/" href="http://rmarsh.com/plugins/post-plugin-library/">http://rmarsh.com/plugins/post-plugin-library/</a></p>
<p>のサイトから</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/02/201023270.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="201023270" border="0" alt="201023270" src="http://mauyas.com/wp-content/uploads/2010/02/201023270_thumb.jpg" width="149" height="26" /></a> にてダウンロードします。</p>
<p>次に、Popular Posts をダウンロードします。</p>
<p><a title="http://rmarsh.com/plugins/popular-posts-plugin/" href="http://rmarsh.com/plugins/popular-posts-plugin/">http://rmarsh.com/plugins/popular-posts-plugin/</a></p>
<p>から</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/02/201023271.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="201023271" border="0" alt="201023271" src="http://mauyas.com/wp-content/uploads/2010/02/201023271_thumb.jpg" width="151" height="30" /></a> をクリックしダウンロードしてください。</p>
<p>ダウンロードしたファイルを解凍しプラグインホルダにアップ、プラグインを『Post-Plugin Library』、『Popular Posts』の順で有効化します。</p>
<p>表示したいテーマファイルの場所に</p>
<div id="codeSnippetWrapper" class="csharpcode-wrapper">
<div id="codeSnippet" class="csharpcode">
<pre class="alteven"><span id="lnum1" class="lnum">   </span>&lt;?php popular_posts(); ?&gt;</pre>
<p><!--CRLF--></div>
</div>
<p>とコードを付け加えます。<br />
  <br />これで表示されます。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/02/201023272.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="201023272" border="0" alt="201023272" src="http://mauyas.com/wp-content/uploads/2010/02/201023272_thumb.jpg" width="345" height="319" /></a> </p>
<p>このサイトでは 『Number of posts to show』 表示数をいじったぐらいです。</p>
<p>肝心なのが『Output』タブの表示部です。</p>
<p>Available Tags が使えるタグの一覧になっているので、これを組み合わせ自分なりの表示をカスタマイズしてみてください。</p>
<p>このサイトでは、『Output template:』を</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum1">   1:</span> &lt;a href=<span style="color: #006080">&quot;{url}&quot;</span> title=<span style="color: #006080">&quot;{title}&quot;</span>&gt;&lt;img  src=<span style="color: #006080">&quot;{imagesrc}&quot;</span> width=<span style="color: #006080">&quot;45&quot;</span> height=<span style="color: #006080">&quot;33&quot;</span> ait=<span style="color: #006080">&quot;{imagealt}&quot;</span> /&gt;&lt;/a&gt;</pre>
<p><!--CRLF--></div>
</div>
<p>『Text and codes before the list:』を</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum1">   1:</span> &lt;div id=<span style="color: #006080">&quot;best&quot;</span>&gt;&lt;h4&gt;人気のあるエントリー BEST10&lt;/h4&gt;</pre>
<p><!--CRLF--></div>
</div>
<p>『Text and codes after the list:』を</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum1">   1:</span> &lt;/div&gt;</pre>
<p><!--CRLF--></div>
</div>
<p>としています。</p>
<p>後はCSSをいじって終了です。<br />
  <br />スタイルCSSに以下を追加して終了です。</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum1">   1:</span> <span style="color: #008000">#best {</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum2">   2:</span>     border: 1px solid <span style="color: #008000">#AEC1CD;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum3">   3:</span>     padding: 5px 5px 0 5px;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum4">   4:</span>     }</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum5">   5:</span>&#160; </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum6">   6:</span> <span style="color: #008000">#best ul {</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum7">   7:</span>     margin: 0;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum8">   8:</span>     padding: 0;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum9">   9:</span>     line-height: 18px;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum10">  10:</span>     <span style="color: #0000ff">list</span>-style: none;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum11">  11:</span>     }</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum12">  12:</span>     </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum13">  13:</span> <span style="color: #008000">#best li {</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum14">  14:</span>     <span style="color: #0000ff">list</span>-style: none;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum15">  15:</span>     padding-left: 10px; </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum16">  16:</span> }</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum17">  17:</span>&#160; </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum18">  18:</span> <span style="color: #008000">#best img {</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum19">  19:</span>     vertical-align: text-bottom;</pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum20">  20:</span> }</pre>
<p><!--CRLF--></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/2086/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/2086" />
	</item>
		<item>
		<title>WordPressを携帯で見れるようにするプラグイン『Ktai Style』のカスタマイズ</title>
		<link>http://mauyas.com/archives/1996</link>
		<comments>http://mauyas.com/archives/1996#comments</comments>
		<pubDate>Sun, 24 Jan 2010 03:43:19 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[アフィリエイト]]></category>
		<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/1996</guid>
		<description><![CDATA[WordPressを携帯で見れるようにするプラグイン『Ktai Style』をカスタマイズするには、使用している『Ktai Style』のテンプレートをいじることで出来ます。
今回はこのサイトの携帯表示の下部にMicro [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mauyas.com/archives/1990">WordPressを携帯で見れるようにするプラグイン『Ktai Style』</a>をカスタマイズするには、使用している『Ktai Style』のテンプレートをいじることで出来ます。</p>
<p>今回はこのサイトの携帯表示の下部にMicroAdのバナーを貼ってみます。</p>
<p>まずは携帯表示のテンプレート（このサイトは redportal）、下の部分になりますので footer.php を編集することになります。</p>
<p>ファイルは、WordPressのプラグインフォルダ Ktai_style の中、    <br />wp-content\plugins\ktai_style\themes\テーマ名     <br />にあります。</p>
<p>footer.php をエディタで開くと下のほうに</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; height: 116px; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum1">   1:</span> <span style="color: #0000ff">&lt;</span><span style="color: #800000">hr</span> <span style="color: #ff0000">color</span>=&quot;&amp;<span style="color: #ff0000">amp</span>;<span style="color: #ff0000">lt</span>;?<span style="color: #ff0000">php</span> <span style="color: #ff0000">echo</span> $<span style="color: #ff0000">ks_settings</span>[<span style="color: #0000ff">'hr_color'</span>]; ?<span style="color: #0000ff">&gt;</span>&quot; <span style="color: #0000ff">/&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum2">   2:</span> <span style="color: #0000ff">&lt;</span><span style="color: #800000">div</span> <span style="color: #ff0000">align</span><span style="color: #0000ff">=&quot;center&quot;</span><span style="color: #0000ff">&gt;</span>Redportal theme for Ktai Style.<span style="color: #0000ff">&lt;?</span><span style="color: #800000">php</span> <span style="color: #ff0000">ks_switch_pc_view</span>(); ?<span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum3">   3:</span> <span style="color: #0000ff">&lt;?</span><span style="color: #800000">php</span> /* <span style="color: #ff0000">ks_wp_footer</span>(); */ ?<span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum4">   4:</span> <span style="color: #0000ff">&lt;/</span><span style="color: #800000">div</span><span style="color: #0000ff">&gt;&lt;/</span><span style="color: #800000">body</span><span style="color: #0000ff">&gt;&lt;/</span><span style="color: #800000">html</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></div>
</div>
<p>このような部分があります。</p>
<p>&lt;hr color=” … で横罫線が入り、<br />
  <br />&lt;div align=”center” … で中央ぞろいのコピーライトが入ります。 </p>
<p>このコピーライトの前にバナーを入れます。</p>
<p>MicroAdから取得した、バナーのコード<br />
  <br />&lt;a href=<a href="http://msend.microad.jp/　&hellip;">http://msend.microad.jp/ …</a> （途中省略）<a href="http://msend.microad.jp/ad/iad/bc7f10b2678271fb7fc8aece6a842cce.gif?guid=on&amp;s=1&quot;">guid=on&amp;s=1&quot;</a> /&gt;&lt;/a&gt; </p>
<p>を </p>
<p><span class="kwrd">&lt;</span><span class="html">div</span> <span class="attr">align</span><span class="kwrd">=&quot;center&quot;</span><span class="kwrd">&gt;</span> </p>
<p>のあとに入れます。</p>
<div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper">
<div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet">
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum1">   1:</span> <span style="color: #0000ff">&lt;</span><span style="color: #800000">hr</span> <span style="color: #ff0000">color</span>=&quot;&amp;<span style="color: #ff0000">amp</span>;<span style="color: #ff0000">lt</span>;?<span style="color: #ff0000">php</span> <span style="color: #ff0000">echo</span> $<span style="color: #ff0000">ks_settings</span>[<span style="color: #0000ff">'hr_color'</span>]; ?<span style="color: #0000ff">&gt;</span>&quot; <span style="color: #0000ff">/&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum2">   2:</span> <span style="color: #0000ff">&lt;</span><span style="color: #800000">div</span> <span style="color: #ff0000">align</span><span style="color: #0000ff">=&quot;center&quot;</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum3">   3:</span>&#160; </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum4">   4:</span> <span style="color: #008000">&lt;!-- MicroAdバナーここから --&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum5">   5:</span> <span style="color: #0000ff">&lt;</span><span style="color: #800000">a</span> <span style="color: #ff0000">href</span><span style="color: #0000ff">=&quot;http://msend.microad.jp/ad/ic　・・・（途中省略））e.gif?guid=on&amp;s=1&quot;</span> <span style="color: #0000ff">/&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum6">   6:</span> <span style="color: #0000ff">&lt;/</span><span style="color: #800000">a</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum7">   7:</span> <span style="color: #008000">&lt;!-- MicroAdバナーここまで --&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum8">   8:</span>&#160; </pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum9">   9:</span> <span style="color: #0000ff">&lt;</span><span style="color: #800000">br</span> <span style="color: #0000ff">/&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum10">  10:</span> Redportal theme for Ktai Style.<span style="color: #0000ff">&lt;?</span><span style="color: #800000">php</span> <span style="color: #ff0000">ks_switch_pc_view</span>(); ?<span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum11">  11:</span> <span style="color: #0000ff">&lt;?</span><span style="color: #800000">php</span> /* <span style="color: #ff0000">ks_wp_footer</span>(); */ ?<span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &#39;Courier New&#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"><span style="color: #606060" id="lnum12">  12:</span> <span style="color: #0000ff">&lt;/</span><span style="color: #800000">div</span><span style="color: #0000ff">&gt;&lt;/</span><span style="color: #800000">body</span><span style="color: #0000ff">&gt;&lt;/</span><span style="color: #800000">html</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></div>
</div>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
</p>
<p>これを保存し、アップしてください。バナーが表示されるようになります。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/01/20101212601.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010121260" border="0" alt="2010121260" src="http://mauyas.com/wp-content/uploads/2010/01/2010121260_thumb1.jpg" width="126" height="143" /></a> </p>
<p>最近になってモバイル需要も高くなってきました。</p>
<p>せっかくのWordPressですからモバイルにも対応させて効率を稼ぎましょう。</p>
<p><a href="https://associate.microad.jp/associate/login?ID=156556" target="_blank"><img border="0" alt="マイクロアドBTパートナーでおこづかいゲット！" src="http://cache.microad.jp/conduct_banner/468x90_04.gif" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/1996/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/1996" />
	</item>
		<item>
		<title>WordPressを携帯で見れるようにするプラグイン『Ktai Style』</title>
		<link>http://mauyas.com/archives/1990</link>
		<comments>http://mauyas.com/archives/1990#comments</comments>
		<pubDate>Thu, 21 Jan 2010 14:12:34 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/1990</guid>
		<description><![CDATA[携帯サイトを手がけた方だと十分承知のことだと思いますが、結構気をつけなければいけないことがあったりします。
キャリア、コード、画像の重さなどいろいろ制約があり制作もそうですが検証にも時間がかかるものです。
そこでWord [...]]]></description>
			<content:encoded><![CDATA[<p>携帯サイトを手がけた方だと十分承知のことだと思いますが、結構気をつけなければいけないことがあったりします。</p>
<p>キャリア、コード、画像の重さなどいろいろ制約があり制作もそうですが検証にも時間がかかるものです。</p>
<p>そこでWordPressならぜひ使ってもらいたいのが『Ktai Style』今使っているWordPressのサイトがそのまま携帯対応になります。</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:798E96FB-0CC9-4229-BE18-6AA02762E1C3:6e5b4fef-41ae-4b3b-a1d5-69eba55e6ff8" class="wlWriterEditableSmartContent"><a href="http://wppluginsj.sourceforge.jp/ktai_style/" target="_blank"><img src="http://mauyas.com/wp-content/uploads/2010/01/Screenshot5.png" width="241" height="160" /></a></div>
<p><a title="http://wppluginsj.sourceforge.jp/ktai_style/" href="http://wppluginsj.sourceforge.jp/ktai_style/">http://wppluginsj.sourceforge.jp/ktai_style/</a></p>
<p>日本語のサイトなので設置のやりかたも丁寧ですぐにでも導入できますよ。</p>
<p>このプラグインですが、いくつかテンプレートが用意されてあり好きなものを選択できます。</p>
<p>このサイトは Redportal というテンプレートを使っています。</p>
<p>ちなみにTOPページはこんな風になります。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2010/01/2010121260.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2010121260" border="0" alt="2010121260" src="http://mauyas.com/wp-content/uploads/2010/01/2010121260_thumb.jpg" width="99" height="562" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/1990/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/1990" />
	</item>
		<item>
		<title>WordPressにtwitterのFollow meバッジを表示してくれるプラグイン『WP FollowMe』</title>
		<link>http://mauyas.com/archives/1544</link>
		<comments>http://mauyas.com/archives/1544#comments</comments>
		<pubDate>Wed, 14 Oct 2009 05:01:44 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/1544</guid>
		<description><![CDATA[twitterをやり始めたら”Follow”してもらいたくなります。
そこでサイトにも”FollowMe”をつけたくなるのですが、WordPressならプラグインで簡単にできます。
—————- 『WP FollowMe [...]]]></description>
			<content:encoded><![CDATA[<p>twitterをやり始めたら”Follow”してもらいたくなります。</p>
<p>そこでサイトにも”FollowMe”をつけたくなるのですが、WordPressならプラグインで簡単にできます。</p>
<p>—————- 『WP FollowMe』のインストール ——————-</p>
<p>今回はWordPressの管理画面からプラグインをインストールします。</p>
<p>『プラグイン』の『新規追加』から『プラグインのインストール』画面に行きます。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/10/20091012356.jpg"><img title="20091012356" border="0" alt="20091012356" src="http://mauyas.com/wp-content/uploads/2009/10/20091012356_thumb.jpg" width="123" height="122" /></a><a href="http://mauyas.com/wp-content/uploads/2009/10/20091012357.jpg"><img title="20091012357" border="0" alt="20091012357" src="http://mauyas.com/wp-content/uploads/2009/10/20091012357_thumb.jpg" width="362" height="195" /></a></p>
<p>『キーワード』に”WP FollowMe”と入力し『プラグインの検索』をクリックしま す。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/10/20091013367.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="20091013367" border="0" alt="20091013367" src="http://mauyas.com/wp-content/uploads/2009/10/20091013367_thumb.jpg" width="475" height="194" /></a></p>
<p>『インストール』でインストール、『プラグインを有効化』で使えるようになります。</p>
<p>—————- 『WP FollowMe』の設定 ——————-</p>
<p>wordpress設定画面、設定、FollowMe Settingsにて設定します。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/10/20091013371.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="20091013371" border="0" alt="20091013371" src="http://mauyas.com/wp-content/uploads/2009/10/20091013371_thumb.jpg" width="416" height="375" /></a> </p>
<p>Set badge color: で色を決めることができます。   <br />Your twitter account：はtwitterのID、    <br />Distance from top:はTopからの位置を、    <br />Text：は表示のテキストを、    <br />Side:で右側か左側かを設定できます。 </p>
<p>設定をSaveで終了です。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/10/20091013373.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="20091013373" border="0" alt="20091013373" src="http://mauyas.com/wp-content/uploads/2009/10/20091013373_thumb.jpg" width="244" height="238" /></a></p>
<p>このように表示されました。</p>
<p>クリックすると、自分のtwitterのページが表示されます。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/1544/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/1544" />
	</item>
		<item>
		<title>WordPressの投稿時にTwitterにつぶやいてくれるプラグイン『Post to Twitter』</title>
		<link>http://mauyas.com/archives/1536</link>
		<comments>http://mauyas.com/archives/1536#comments</comments>
		<pubDate>Tue, 13 Oct 2009 14:23:56 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/1536</guid>
		<description><![CDATA[ ”WordPress”を運用していて”twitter”を利用しているならぜひやりたいのが、投稿の自動つぶやき。
『Post to Twitter』はインストールするとWordPressの投稿時に自動で投稿タイトルをつぶ [...]]]></description>
			<content:encoded><![CDATA[<p> ”WordPress”を運用していて”twitter”を利用しているならぜひやりたいのが、投稿の自動つぶやき。</p>
<p>『Post to Twitter』はインストールするとWordPressの投稿時に自動で投稿タイトルをつぶやいてくれます。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;- 『Post to Twitter』のインストール &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>今回はWordPressの管理画面からプラグインをインストールします。</p>
<p>『プラグイン』の『新規追加』から『プラグインのインストール』画面に行きます。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/10/20091012356.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="20091012356" border="0" alt="20091012356" src="http://mauyas.com/wp-content/uploads/2009/10/20091012356_thumb.jpg" width="123" height="122" /></a><a href="http://mauyas.com/wp-content/uploads/2009/10/20091012357.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="20091012357" border="0" alt="20091012357" src="http://mauyas.com/wp-content/uploads/2009/10/20091012357_thumb.jpg" width="362" height="195" /></a> </p>
<p>『キーワード』に”twitter”と入力し『プラグインの検索』をクリックします。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/10/20091012359.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="20091012359" border="0" alt="20091012359" src="http://mauyas.com/wp-content/uploads/2009/10/20091012359_thumb.jpg" width="335" height="245" /></a> </p>
<p>”twitter”に関するプラグインがずらっと出てきますので、その中からほしいプラグインを探します。</p>
<p>今回は投稿をtwitterにプットするだけでいいので、シンプルなプラグイン『Post to Twitter』を選択しました。</p>
<p>『Post to Twitter』の項目右にある『インストール』をクリックします。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/10/20091013360.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="20091013360" border="0" alt="20091013360" src="http://mauyas.com/wp-content/uploads/2009/10/20091013360_thumb.jpg" width="485" height="70" /></a> </p>
<p>Description画面にて『いますぐインストール』をクリックします。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/10/20091013361.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="20091013361" border="0" alt="20091013361" src="http://mauyas.com/wp-content/uploads/2009/10/20091013361_thumb.jpg" width="479" height="309" /></a> </p>
<p>インストールが完了したら、『プラグインを有効化』をクリックし有効化します。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;- 『Post to Twitter』の設定 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>wordpress設定画面、設定、Post to Twitterにて設定します。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/10/20091013364.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="20091013364" border="0" alt="20091013364" src="http://mauyas.com/wp-content/uploads/2009/10/20091013364_thumb.jpg" width="306" height="338" /></a> </p>
<p>Twitter Usemame：に取得したIDを入力。   <br />Twitter Password：にパスを入力。    <br />Twitter prefixに投稿時の接頭語（サイト名など）を入力。</p>
<p>『Update Post to Twitter Options』をクリックし設定を保存します。</p>
<p>以上で設定は完了です。</p>
<p>次回の投稿時からtwitterにつぶやきとして自動送信されることになります。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/1536/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/1536" />
	</item>
		<item>
		<title>WordPressのSEO対策に『add-meta-tags』metaタグを自由に設定できる</title>
		<link>http://mauyas.com/archives/1447</link>
		<comments>http://mauyas.com/archives/1447#comments</comments>
		<pubDate>Sun, 20 Sep 2009 14:44:07 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/1447</guid>
		<description><![CDATA[ご存知の通りmetaタグのkeywordsとdescriptionは、SEO対策として大なり小なりの影響を与えるものです。
このmetaタグをWordPressの管理画面上でコントロールできるプラグインンが『Add-Me [...]]]></description>
			<content:encoded><![CDATA[<p>ご存知の通りmetaタグのkeywordsとdescriptionは、SEO対策として大なり小なりの影響を与えるものです。</p>
<p>このmetaタグをWordPressの管理画面上でコントロールできるプラグインンが『<a href="http://www.g-loaded.eu/2006/01/05/add-meta-tags-wordpress-plugin/" target="_blank">Add-Meta-Tags</a>』です。</p>
<p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:798E96FB-0CC9-4229-BE18-6AA02762E1C3:8544f2f5-d211-4de8-8ed5-6e669046647e" class="wlWriterEditableSmartContent"><a href="http://www.g-loaded.eu/2006/01/05/add-meta-tags-wordpress-plugin/" target="_blank"><img src="http://mauyas.com/wp-content/uploads/2009/09/Screenshot3.png" width="235" height="156" /></a></div>
</p>
<p>keywordsとdescriptionは通常&lt;heda&gt;の中に書き込んでしまうものなのですが、この『Add-Meta-Tags』はページやカテゴリーごと、固定、自動、カスタマイズとやってのけるプラグインです。</p>
<p>それでは導入方法です。</p>
<p><a href="http://www.g-loaded.eu/2006/01/05/add-meta-tags-wordpress-plugin/">http://www.g-loaded.eu/2006/01/05/add-meta-tags-wordpress-plugin/</a></p>
<p>の「Download」でダウンロードします。</p>
<p>上記サイトよりダウンロードし解凍後、プラグインホルダにアップし、プラグインを有効化します。</p>
<p>これだけで自動化されたkeywordsとdescriptionが挿入されるのですが、日本語化していろいろやりたいという方は、colissさんで日本語版を提供されていますのでご参考にされてはいかがでしょうか？</p>
<p><a href="http://coliss.com/articles/blog/wordpress/plugin/241.html">個別にメタタグを記述できるWordPressのプラグイン:Add-Meta-Tags | コリス</a></p>
<p>影響が少なくなったと言われるkeywordsとdescriptionですが、SEOの基本とも言われるmetaタグですのでぜひ導入してもらいたい一つです。</p>
<p>WordPressのテーマによってはこのmetaに関する部分はまちまちです。   <br />設定してあるテーマもあれば、何の記述もないテーマもあります。    <br />それぞれのテーマにあわせて加工して下さい。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/1447/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/1447" />
	</item>
		<item>
		<title>WordPressで楽天アフィリエイト商品を簡単挿入するプラグイン 『WP Rakuten Link』</title>
		<link>http://mauyas.com/archives/1419</link>
		<comments>http://mauyas.com/archives/1419#comments</comments>
		<pubDate>Wed, 09 Sep 2009 15:24:01 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/1419</guid>
		<description><![CDATA[楽天アフィリエイトをやっているとやっぱり大変なのが商品の貼り込み。
楽天APIはとっても需要があるようでいろんなツールが出回っているのですが、WordPressにも簡単に貼り込みができるプラグインがあります。
『WP R [...]]]></description>
			<content:encoded><![CDATA[<p>楽天アフィリエイトをやっているとやっぱり大変なのが商品の貼り込み。</p>
<p>楽天APIはとっても需要があるようでいろんなツールが出回っているのですが、WordPressにも簡単に貼り込みができるプラグインがあります。</p>
<p>『<a href="http://blog.newf.jp/etc/wp-rakuten-link.zip">WP Rakuten Link</a> 』</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:798E96FB-0CC9-4229-BE18-6AA02762E1C3:daa0fb46-0849-4ba4-819b-4b095b9b4840" class="wlWriterEditableSmartContent"><a href="http://blog.newf.jp/2009/04/29/573/" target="_blank"><img src="http://mauyas.com/wp-content/uploads/2009/09/Screenshot2.png" width="235" height="156" /></a></div>
<p><a href="http://blog.newf.jp/2009/04/29/573/">楽天市場の商品を検索表示させるプラグイン | 犬小屋にて</a></p>
<p>より入手できます。</p>
<p>楽天なんで当然と言えば当然なのですが”日本語”です。</p>
<p>上記サイトよりダウンロードし解凍後、プラグインホルダにアップし、プラグインを有効化します。</p>
<p>まずは準備として、設定のWP Rakuten Link の設定画面にて「楽天デベロッパーID」と「楽天アフィリエイトID」を設定しておきます。</p>
<p>準備はこれで終わりです。</p>
<p>新規投稿時の画面に</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/09/200998287.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="200998287" border="0" alt="200998287" src="http://mauyas.com/wp-content/uploads/2009/09/200998287_thumb.jpg" width="405" height="70" /></a> </p>
<p>商品検索窓ができていますので、欲しいキーワードを入力し検索します。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/09/200998288.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="200998288" border="0" alt="200998288" src="http://mauyas.com/wp-content/uploads/2009/09/200998288_thumb.jpg" width="404" height="396" /></a> </p>
<p>挿入したい商品の [挿入] をクリックで貼り付け完了です。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/09/200998289.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="200998289" border="0" alt="200998289" src="http://mauyas.com/wp-content/uploads/2009/09/200998289_thumb.jpg" width="308" height="372" /></a> </p>
<p>ワンコのいる管理人さんのようなのですが、このような便利ツールを提供してくれている方々にはいつも感謝しています。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/1419/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/1419" />
	</item>
		<item>
		<title>WordPressでカテゴリの順序を変えるプラグイン 『Category Orde』</title>
		<link>http://mauyas.com/archives/1246</link>
		<comments>http://mauyas.com/archives/1246#comments</comments>
		<pubDate>Mon, 20 Jul 2009 04:44:11 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[カテゴリ]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/1246</guid>
		<description><![CDATA[Wordreressでは、カテゴリはあいうえお順に並んでしまいます。

たとえばこのようなカテゴリの場合、大分類の”アクセサリー”が一番上、次に”テーブルウェア”がきます。   子の分類も同じようにあいうえお順で並びます [...]]]></description>
			<content:encoded><![CDATA[<p>Wordreressでは、カテゴリはあいうえお順に並んでしまいます。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/07/2009720171.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="2009720171" border="0" alt="2009720171" src="http://mauyas.com/wp-content/uploads/2009/07/2009720171-thumb.jpg" width="188" height="244" /></a></p>
<p>たとえばこのようなカテゴリの場合、大分類の”アクセサリー”が一番上、次に”テーブルウェア”がきます。   <br />子の分類も同じようにあいうえお順で並びます。</p>
<p>これを簡単に並び替えるプラグインが『Category Orde』です。</p>
<p>まずは</p>
<p><a href="http://www.coppit.org/code/"></a><a href="http://www.coppit.org/code/" target="_blank">http://www.coppit.org/code/</a></p>
<p>へ行きます。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/07/0002.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="ｃ0002" border="0" alt="ｃ0002" src="http://mauyas.com/wp-content/uploads/2009/07/0002-thumb.jpg" width="244" height="132" /></a></p>
<p>下のほうにある、 『Category Order 2.0.1』をクリックしダウンロードします。</p>
<p>解凍後、プラグインホルダにアップし、プラグインを有効化します。</p>
<p>設定は『ツール』の『Category Order』をクリックして行います。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/07/wsg00124.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="wsg00124" border="0" alt="wsg00124" src="http://mauyas.com/wp-content/uploads/2009/07/wsg00124-thumb.jpg" width="126" height="191" /></a> </p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/07/wsg00123.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="wsg00123" border="0" alt="wsg00123" src="http://mauyas.com/wp-content/uploads/2009/07/wsg00123-thumb.jpg" width="333" height="466" /></a> </p>
<p>各カテゴリの右側にある矢印で設定できます。   <br />↑↓で上下、→←で親、子、孫の関係を変更できます。    <br />Insert spacer before this itemで上に行間。    <br />Insert spacer after this itemで下に行間。</p>
<p>けっこう直観的に操作できます。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/1246/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/1246" />
	</item>
		<item>
		<title>WordPressで投稿記事の順序を変えるプラグイン 『AStickyPostOrderER』</title>
		<link>http://mauyas.com/archives/1199</link>
		<comments>http://mauyas.com/archives/1199#comments</comments>
		<pubDate>Sun, 05 Jul 2009 05:58:24 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/1199</guid>
		<description><![CDATA[Wordreressでは、投稿記事は通常新しい記事は一番上に、投稿するごとにその記事の上に新しい記事が乗っかっていくような、いわゆる降順で表示されるようになっています。
この順序を入れ替えることができるプラグインが『AS [...]]]></description>
			<content:encoded><![CDATA[<p>Wordreressでは、投稿記事は通常新しい記事は一番上に、投稿するごとにその記事の上に新しい記事が乗っかっていくような、いわゆる降順で表示されるようになっています。</p>
<p>この順序を入れ替えることができるプラグインが『AStickyPostOrderER』です。</p>
<p>自分が使いたかったは常に一番上にカテゴリーの説明の投稿記事を表示したかったから。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/07/2009629278.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="2009629278" border="0" alt="2009629278" src="http://mauyas.com/wp-content/uploads/2009/07/2009629278-thumb.jpg" width="430" height="355" /></a> </p>
<p>こんな風に説明のついた記事の後に新着順でそのカテゴリーの記事が並びます。    <br />新しいそのカテゴリのー記事は常に２番目からの降順になるように表示されるようになります。</p>
<p>『AStickyPostOrderER』の入手先は、</p>
<p><a href="http://wordpress.org/extend/plugins/astickypostorderer/">http://wordpress.org/extend/plugins/astickypostorderer/</a></p>
<p>解凍後、プラグインホルダにアップし、プラグインを有効化します。</p>
<p>設定は『ツール』の『AStickyPostOrderER』をクリックして行います。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/07/2009423048.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="2009423048" border="0" alt="2009423048" src="http://mauyas.com/wp-content/uploads/2009/07/2009423048-thumb.jpg" width="385" height="283" /></a> </p>
<p>有効化したいカテゴリ『家具・インテリア』をクリックします。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/07/2009423049.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="2009423049" border="0" alt="2009423049" src="http://mauyas.com/wp-content/uploads/2009/07/2009423049-thumb.jpg" width="380" height="164" /></a> </p>
<p>『Send To』の中に数字を入れていくとその順番で表示されます。   <br />1が一番上、2が２番目という風になり、数字のない記事はデフォルトの設定に従います。</p>
<p>今回は『家具・インテリア』だけを一番上にしたいので、『Send To』に1を入力し『Save and Refresh』をクリック。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2009/07/2009629276.jpg"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="2009629276" border="0" alt="2009629276" src="http://mauyas.com/wp-content/uploads/2009/07/2009629276-thumb.jpg" width="372" height="257" /></a> </p>
</p>
<p>番号を入れるとこのように別枠表示になります。</p>
<p>この『Save and Refresh』はちょっと手間なのですが、大カテゴリ、子カテゴリごとの設定ができますので、結構細かい設定で表示順を変えることができます。</p>
<p>日記のような個人サイトではあまり使うこともなさそうですが、商品やサービスの説明をするサイトやビジネスサイトでは使用頻度の高いプラグインなのではないでしょうか。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/1199/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/1199" />
	</item>
		<item>
		<title>WordPressで自由度の高いお問い合わせフォームを作成するプラグイン 『cforms II』</title>
		<link>http://mauyas.com/archives/299</link>
		<comments>http://mauyas.com/archives/299#comments</comments>
		<pubDate>Sat, 23 Aug 2008 05:51:45 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/299</guid>
		<description><![CDATA[需要が多いため比較的プラグインの種類が多いメールフォームプラグインですが、カスタマイズ性に優れ使いやすいプラグインに『cforms II』があります。
まずはhttp://www.deliciousdays.com/cf [...]]]></description>
			<content:encoded><![CDATA[<p>需要が多いため比較的プラグインの種類が多いメールフォームプラグインですが、カスタマイズ性に優れ使いやすいプラグインに『cforms II』があります。</p>
<p>まずは<br /><a title="http://www.deliciousdays.com/cforms-plugin" href="http://www.deliciousdays.com/cforms-plugin">http://www.deliciousdays.com/cforms-plugin</a><br />からダウンロードします。</p>
<p>
<div class="wlWriterSmartContent" id="scid:798E96FB-0CC9-4229-BE18-6AA02762E1C3:2134c3cd-95ae-4eba-aa2e-01b78fcf7fb2" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"><a href="http://www.deliciousdays.com/cforms-plugin" target="_blank"><img src="http://mauyas.com/wp-content/uploads/2008/08/screenshot2.png" width="160" height="120" /></a></div>
</p>
<p>日本語訳のファイルもありますので、日本語化したい方はこちらへ</p>
<p><a href="http://wordpressgogo.com/development/translation_cforms_ja.html">http://wordpressgogo.com/development/translation_cforms_ja.html</a> </p>
<p>
<div class="wlWriterSmartContent" id="scid:798E96FB-0CC9-4229-BE18-6AA02762E1C3:2bc8fcb8-d951-487a-adcc-2cb493332648" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"><a href="http://wordpressgogo.com/development/translation_cforms_ja.html" target="_blank"><img src="http://mauyas.com/wp-content/uploads/2008/08/screenshot3.png" width="160" height="120" /></a></div>
</p>
<p>解凍後、プラグインホルダにアップし、プラグインを有効化します。<br />日本語化した場合は”.mo”を組み込み画像を変更したあとアップロードし有効化します。</p>
<p>WordPressにログインし、設定にて設定します。</p>
<p>詳しい解説は<br /><a title="http://wordpressgogo.com/plugin/plugin_cforms.html" href="http://wordpressgogo.com/plugin/plugin_cforms.html">http://wordpressgogo.com/plugin/plugin_cforms.html</a><br />を参考にされてはいかがでしょうか。</p>
<p>あとは、投稿時やページ作成時にボタンが追加されていますので、表示したい場所でボタンクリックで挿入できます。</p>
<p>フォームのパターンをいくつか作れたり、チェックボックスなども作れるので資料請求やアンケートなどいろんな使い道ができます。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/299/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/299" />
	</item>
		<item>
		<title>WordPressでパンくずリストを表示してくれるプラグイン『Breadcrumb Navigation XT』</title>
		<link>http://mauyas.com/archives/296</link>
		<comments>http://mauyas.com/archives/296#comments</comments>
		<pubDate>Thu, 21 Aug 2008 09:31:26 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/296</guid>
		<description><![CDATA[サイトの階層が深くなったりすると何かとユーザビリティが低下します。パンくずナビを表示すると、訪問者は自分がどこを見てるのか把握でき、上位の階層に戻ったりすることもできます。また、SEO的にも効果があるので、できれば導入し [...]]]></description>
			<content:encoded><![CDATA[<p>サイトの階層が深くなったりすると何かとユーザビリティが低下します。<br />パンくずナビを表示すると、訪問者は自分がどこを見てるのか把握でき、上位の階層に戻ったりすることもできます。<br />また、SEO的にも効果があるので、できれば導入したいところです。  </p>
<p>まず、<br /><a href="http://sw-guide.de/wordpress/plugins/breadcrumb-nav-xt/">http://sw-guide.de/wordpress/plugins/breadcrumb-nav-xt/</a><br />で<br />『Breadcrumb Navigation XT』をダウンロードします。 </p>
<p>&nbsp;</p>
<p>
<div class="wlWriterSmartContent" id="scid:798E96FB-0CC9-4229-BE18-6AA02762E1C3:fb8f212d-f380-4de7-b4a3-9897b62c5cf4" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"><a href="http://sw-guide.de/wordpress/plugins/breadcrumb-nav-xt/" target="_blank"><img src="http://mauyas.com/wp-content/uploads/2008/08/screenshot1.png" width="160" height="120" /></a></div>
</p>
<p>解凍後、プラグインホルダにアップし、プラグインを有効化します。  </p>
<p>WordPressにログインし、設定にて設定します。  </p>
<p>テーマのPHPを開き、バンくずリストを表示したい所に以下を記述します。 </p>
<p>&nbsp;</p>
<div style="border-right: gray 1px solid; padding-right: 4px; border-top: gray 1px solid; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; margin: 20px 0px 10px; overflow: auto; border-left: gray 1px solid; width: 97.5%; cursor: text; max-height: 200px; line-height: 12pt; padding-top: 4px; border-bottom: gray 1px solid; font-family: consolas, 'Courier New', courier, monospace; background-color: #f4f4f4">
<div style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none">
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   1:</span> <span style="color: #0000ff">&lt;</span><span style="color: #800000">div</span> <span style="color: #ff0000">class</span><span style="color: #0000ff">="breadcrumb"</span><span style="color: #0000ff">&gt;</span></pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   2:</span> <span style="color: #0000ff">&lt;?</span><span style="color: #800000">php</span> <span style="color: #ff0000">if</span> (<span style="color: #ff0000">class_exists</span>(<span style="color: #0000ff">'breadcrumb_navigation_xt'</span>)) {</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   3:</span>     // <span style="color: #ff0000">Display</span> <span style="color: #ff0000">a</span> <span style="color: #ff0000">prefix</span></pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   4:</span>     <span style="color: #ff0000">echo</span> <span style="color: #0000ff">'Navigation: '</span>;</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   5:</span>     // <span style="color: #ff0000">new</span> <span style="color: #ff0000">breadcrumb</span> <span style="color: #ff0000">object</span></pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   6:</span>     $<span style="color: #ff0000">mybreadcrumb</span> = <span style="color: #ff0000">new</span> <span style="color: #ff0000">breadcrumb_navigation_xt</span>;</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   7:</span>     // <span style="color: #ff0000">Display</span> <span style="color: #ff0000">the</span> <span style="color: #ff0000">breadcrumb</span></pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   8:</span>     $<span style="color: #ff0000">mybreadcrumb-</span><span style="color: #0000ff">&gt;</span>display();</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   9:</span> }</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  10:</span> ?<span style="color: #0000ff">&gt;</span></pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  11:</span> <span style="color: #0000ff">&lt;/</span><span style="color: #800000">div</span><span style="color: #0000ff">&gt;</span> <span style="color: #008000">&lt;!-- [breadcrumb] --&gt;</span></pre>
</div>
</div>
<p>&nbsp;</p>
<p>また、設定をしなくても、テーマ中に以下を記述すると表示できます。順番などは&#8217;$mybreadcrumb&#8217;を変えることで変更できます。</p>
<div style="border-right: gray 1px solid; padding-right: 4px; border-top: gray 1px solid; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; margin: 20px 0px 10px; overflow: auto; border-left: gray 1px solid; width: 97.5%; cursor: text; max-height: 200px; line-height: 12pt; padding-top: 4px; border-bottom: gray 1px solid; font-family: consolas, 'Courier New', courier, monospace; background-color: #f4f4f4">
<div style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none">
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   1:</span> <span style="color: #0000ff">&lt;?</span><span style="color: #800000">php</span> <span style="color: #ff0000">if</span> (<span style="color: #ff0000">class_exists</span>(<span style="color: #0000ff">'breadcrumb_navigation_xt'</span>)) {</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   2:</span>     // <span style="color: #ff0000">Display</span> <span style="color: #ff0000">a</span> <span style="color: #ff0000">prefix</span></pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   3:</span>     <span style="color: #ff0000">echo</span> <span style="color: #0000ff">'You\'</span><span style="color: #ff0000">re</span> <span style="color: #ff0000">browsing:</span> ';</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   4:</span>     // <span style="color: #ff0000">New</span> <span style="color: #ff0000">breadcrumb</span> <span style="color: #ff0000">object</span></pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   5:</span>     $<span style="color: #ff0000">mybreadcrumb</span> = <span style="color: #ff0000">new</span> <span style="color: #ff0000">breadcrumb_navigation_xt</span>;</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   6:</span>     // <span style="color: #ff0000">Apply</span> <span style="color: #ff0000">options</span></pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   7:</span>     $<span style="color: #ff0000">mybreadcrumb-</span><span style="color: #0000ff">&gt;</span>opt['static_frontpage'] = true;</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   8:</span>     $mybreadcrumb-<span style="color: #0000ff">&gt;</span>opt['url_blog'] = '/weblog/';</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   9:</span>     $mybreadcrumb-<span style="color: #0000ff">&gt;</span>opt['title_blog'] = 'Weblog';</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  10:</span>     $mybreadcrumb-<span style="color: #0000ff">&gt;</span>opt['title_home'] = 'Home';</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  11:</span>     $mybreadcrumb-<span style="color: #0000ff">&gt;</span>opt['separator'] = ' <span style="color: #ff0000">&amp;raquo;</span> ';</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  12:</span>     $mybreadcrumb-<span style="color: #0000ff">&gt;</span>opt['singleblogpost_category_display'] = true;</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  13:</span>     // Display the breadcrumb</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  14:</span>     $mybreadcrumb-<span style="color: #0000ff">&gt;</span>display();</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white;
 border-bottom-style: none"><span style="color: #606060">  15:</span> } ?<span style="color: #0000ff">&gt;</span></pre>
</div>
</div>
<p>&nbsp;</p>
<p>ちなみに、使ったサイとでは以下のようにしました。
</p>
<p>&nbsp;</p>
<div style="border-right: gray 1px solid; padding-right: 4px; border-top: gray 1px solid; padding-left: 4px; font-size: 8pt; padding-bottom: 4px; margin: 20px 0px 10px; overflow: auto; border-left: gray 1px solid; width: 97.5%; cursor: text; max-height: 200px; line-height: 12pt; padding-top: 4px; border-bottom: gray 1px solid; font-family: consolas, 'Courier New', courier, monospace; background-color: #f4f4f4">
<div style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none">
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   1:</span> <span style="color: #0000ff">&lt;</span><span style="color: #800000">div</span> <span style="color: #ff0000">class</span><span style="color: #0000ff">="navi"</span><span style="color: #0000ff">&gt;</span></pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   2:</span>     <span style="color: #0000ff">&lt;?</span><span style="color: #800000">php</span></pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   3:</span>     <span style="color: #ff0000">if</span> (<span style="color: #ff0000">class_exists</span>(<span style="color: #0000ff">'breadcrumb_navigation_xt'</span>)) {</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   4:</span>     $<span style="color: #ff0000">mybreadcrumb</span> = <span style="color: #ff0000">new</span> <span style="color: #ff0000">breadcrumb_navigation_xt</span>;</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   5:</span>     $<span style="color: #ff0000">mybreadcrumb-</span><span style="color: #0000ff">&gt;</span>opt['home_display'] = false;</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   6:</span>     $mybreadcrumb-<span style="color: #0000ff">&gt;</span>opt['separator'] = '<span style="color: #ff0000">&amp;gt;</span><span style="color: #ff0000">&amp;gt;</span>';</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   7:</span>     $mybreadcrumb-<span style="color: #0000ff">&gt;</span>opt['singleblogpost_prefix'] = "";</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">   8:</span>     $mybreadcrumb-<span style="color: #0000ff">&gt;</span>opt['title_blog'] = "Blogトップページ";</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">   9:</span>     $mybreadcrumb-<span style="color: #0000ff">&gt;</span>display();</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  10:</span> }</pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: white; border-bottom-style: none"><span style="color: #606060">  11:</span> ?<span style="color: #0000ff">&gt;</span></pre>
<pre style="padding-right: 0px; padding-left: 0px; font-size: 8pt; padding-bottom: 0px; margin: 0em; overflow: visible; width: 100%; color: black; border-top-style: none; line-height: 12pt; padding-top: 0px; font-family: consolas, 'Courier New', courier, monospace; border-right-style: none; border-left-style: none; background-color: #f4f4f4; border-bottom-style: none"><span style="color: #606060">  12:</span> <span style="color: #0000ff">&lt;/</span><span style="color: #800000">div</span><span style="color: #0000ff">&gt;</span> <span style="color: #008000">&lt;!-- [breadcrumb] --&gt;</span></pre>
</div>
</div>
<p>&nbsp;</p>
<p>カスタマイズもできますので、オプションなどはサイトで調べてみてください。外国語ですが・・・</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/296/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/296" />
	</item>
		<item>
		<title>WordPressの投稿で、contentを指定文字数でカットし表示するプラグイン</title>
		<link>http://mauyas.com/archives/292</link>
		<comments>http://mauyas.com/archives/292#comments</comments>
		<pubDate>Wed, 20 Aug 2008 06:07:25 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/292</guid>
		<description><![CDATA[WordPressのトップページなどでトピックスの一覧などを掲載するさい、文章の途中で『&#8230;』とやりたくなることがあります。最初PHPで作ろうかと思ったのですが、ぴったりのプラグインを見つけたので使わせていただ [...]]]></description>
			<content:encoded><![CDATA[<p>WordPressのトップページなどでトピックスの一覧などを掲載するさい、文章の途中で『&#8230;』とやりたくなることがあります。<br />最初PHPで作ろうかと思ったのですが、ぴったりのプラグインを見つけたので使わせていただくことにしました。  </p>
<p><a href="http://19-d.com/posts/view/11">http://19-d.com/posts/view/11</a></p>
<div class="wlWriterSmartContent" id="scid:798E96FB-0CC9-4229-BE18-6AA02762E1C3:e2f25bdd-1606-4595-8dbe-5abf9ffe57ec" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"><a href="http://19-d.com/posts/view/11" target="_blank"><img src="http://mauyas.com/wp-content/uploads/2008/08/screenshot.png" width="120" height="160" /></a></div>
<p>に行き、  </p>
<p>limit-post-ja.zipをダウンロードします。  </p>
<p>解凍後、プラグインホルダにアップし、プラグインを有効化します。  </p>
<p>テーマのファイルをいじることになるのですが、テーマ中のファイルの中で投稿文を表示させてたい部分に </p>
<div class="wlWriterSmartContent" id="scid:812469c5-0cb0-4c63-8c15-c81123a09de7:76b0bd08-c02a-4538-b671-306fbc112151" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">
<pre name="code" class="php">&lt;?php the_content_limit(200, "詳細を見る..."); ?&gt;</pre>
</div>
<p>を記述すると200文字表示した後、『&#8230;詳細を見る』がリンク付きで表示されます。<br />数字が文字数となります。&nbsp; </p>
<p>これ以外にもリンクにこだわらなければ、PHPの　&#8221;mb_substr&#8221;を使ったり、無理やりCSSのBOXで&#8221;overflow: hidden;&#8221;で見えなくするなんてやり方もあります。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/292/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/292" />
	</item>
		<item>
		<title>WordPressの表示を軽くするプラグイン『WP-Cache』</title>
		<link>http://mauyas.com/archives/250</link>
		<comments>http://mauyas.com/archives/250#comments</comments>
		<pubDate>Wed, 30 Jul 2008 21:27:35 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/250</guid>
		<description><![CDATA[WordPressの表示を軽くする（タグ変更）の続きで更に表示を軽くしようとWP-Cache 2.0を導入した。
WordPressもそうなのだがCMSは一般のHTMLと違いDBからのデーターを引っ張ってきてページを構成 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mauyas.com/archives/227">WordPressの表示を軽くする（タグ変更）</a>の続きで更に表示を軽くしようと<a href="http://mnm.uib.es/gallir/wp-cache-2/">WP-Cache 2.0</a>を導入した。</p>
<p>WordPressもそうなのだがCMSは一般のHTMLと違いDBからのデーターを引っ張ってきてページを構成する。HTMLを自動で作るCMSもあるのだが、WordPressでは<a href="http://mnm.uib.es/gallir/wp-cache-2/">WP-Cache 2.0</a>というPluginがあるのでそれを入れてみた。</p>
<p>まずは、</p>
<p>
<div class="wlWriterSmartContent" id="scid:798E96FB-0CC9-4229-BE18-6AA02762E1C3:1027fc82-833c-40ce-a901-a7f775a1543b" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"><a href="http://mnm.uib.es/gallir/wp-cache-2/" target="_blank"><img src="http://mauyas.com/wp-content/uploads/2008/07/screenshot3.png" width="300" height="200" /></a></div>
</p>
<p><a title="http://mnm.uib.es/gallir/wp-cache-2/" href="http://mnm.uib.es/gallir/wp-cache-2/">http://mnm.uib.es/gallir/wp-cache-2/</a><br />サイトへ行き、ダウンロードします。</p>
<p>解凍後、プラグインホルダにアップし、プラグインを有効化します。</p>
<p>ほとんど手を加えることはないと思いますが、Expire timeだけを変更しました。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2008/07/ws073.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="180" alt="WS073" src="http://mauyas.com/wp-content/uploads/2008/07/ws073-thumb.jpg" width="387" border="0"/></a> </p>
<p>3600を36000です。これはキャッシュを保持する時間なのですがデフォルトで1時間となっているのを10時間にしました。</p>
<p>キャッシュされると</p>
<p><a href="http://mauyas.com/wp-content/uploads/2008/07/ws074.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="244" alt="WS074" src="http://mauyas.com/wp-content/uploads/2008/07/ws074-thumb.jpg" width="212" border="0"/></a> </p>
<p>このように　cached pages　にキャッシュされたページ数が出ます。</p>
<p>このプラグインは、キャッシュされていないページが表示されたときキャッシュを生成する仕組みです。投稿時にキャッシュする仕組みと違い、投稿時の負荷が低いと思われます。</p>
<p>気を付ける点では、ページ表示時に何か個別表示するようなプラグインやスクリプトなどはその表示のままキャッシュされてしまう事。<br />このサイトでは、携帯表示がキャッシュされてしまい、PCで見たときも携帯表示になってしまいました。<br />どちらを優先させるかはそのサイトで違うと思いますが、ここでは表示を優先させます。</p>
<p>ちなみに”<a href="http://kaku.mauyas.com/" target="_blank">マイかく</a>”では携帯表示を優先させています。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/250/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/250" />
	</item>
		<item>
		<title>投稿記事を任意にカテゴリーのトップに表示してくれるWordPressプラグイン『Adhesive』</title>
		<link>http://mauyas.com/archives/153</link>
		<comments>http://mauyas.com/archives/153#comments</comments>
		<pubDate>Wed, 04 Jun 2008 13:39:23 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/153</guid>
		<description><![CDATA[カテゴリーなんかで特定のエントリーを常にトップに配置したい時のプラグインですが、WordPress2.5からはバグがあり、『次のページ』が表示されません。
それでもいいという方のために紹介いたします。まずはプラグインのダ [...]]]></description>
			<content:encoded><![CDATA[<p>カテゴリーなんかで特定のエントリーを常にトップに配置したい時のプラグインですが、WordPress2.5からはバグがあり、『次のページ』が表示されません。</p>
<p>それでもいいという方のために紹介いたします。<br />まずはプラグインのダウンロードなのですがかなり前からちょっと探さないと見つけられません。</p>
<p><a title="Download Adhesive plugin" href="http://hongkiat.com/blog/wp-content/uploads/adhesive.zip">Download Adhesive plugin</a>　　　</p>
<p><a title="http://hongkiat.com/blog/wp-content/uploads/adhesive.zip" href="http://hongkiat.com/blog/wp-content/uploads/adhesive.zip">http://hongkiat.com/blog/wp-content/uploads/adhesive.zip</a></p>
<p>にありますのでダウンロードできます。（2008.6.4時点）</p>
<p>解凍後、プラグインホルダにアップし、プラグインを有効化します。<br />投稿画面に”Sticky”と言うのができます。チェックを入れるとそのエントリーが上部に表示されます。</p>
<p>あくまでwordpress2.5では正常動作しない可能性がありますので注意して使ってください。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/153/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/153" />
	</item>
		<item>
		<title>コメントを表示したりカスタマイズできるWordPressプラグイン『Get Recent Comments』</title>
		<link>http://mauyas.com/archives/147</link>
		<comments>http://mauyas.com/archives/147#comments</comments>
		<pubDate>Mon, 02 Jun 2008 14:21:06 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/147</guid>
		<description><![CDATA[wordpressでコメントやトラックバックを任意の場所に表示したい。たとえば、サイドバーなんかがよくあるパターンです。
WordPressの”Comment　tags”なんかを使っても表示できるのですが、自動化しようと [...]]]></description>
			<content:encoded><![CDATA[<p>wordpressでコメントやトラックバックを任意の場所に表示したい。たとえば、サイドバーなんかがよくあるパターンです。</p>
<p>WordPressの”Comment　tags”なんかを使っても表示できるのですが、自動化しようとすると結局コードを書くことになります。</p>
<p>で、やっぱりプラグインを使うのが手っ取り早いということになります。</p>
<p>『Get Recent Comments』はコメントとトラックバックをいい具合に表示してくれます。</p>
<div class="wlWriterSmartContent" id="scid:798E96FB-0CC9-4229-BE18-6AA02762E1C3:57dbf2ba-b808-4446-8de8-6a0454a76afb" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"><a href="http://blog.jodies.de/archiv/2004/11/13/recent-comments/" target="_blank"><img src="http://mauyas.com/wp-content/uploads/2008/06/screenshot3.png" width="250" height="200" /></a></div>
<p><a title="http://blog.jodies.de/archiv/2004/11/13/recent-comments/" href="http://blog.jodies.de/archiv/2004/11/13/recent-comments/">http://blog.jodies.de/archiv/2004/11/13/recent-comments/</a></p>
<p>に行って中ほどのDownloadの所のリンクからダウンロードサイトに行き、右上の<strong>Download</strong>をクリックし保存しましょう。</p>
<p>あとはいつもの通り、解凍してプラグインホルダーにアップし、管理ツールにログインして、プラグイン管理から『有効化』です。</p>
<p>このプラグインは、ウィジェットに対応しているのでこれでウィジェットの追加で使うことができます。</p>
<p>コードを書き込みたい人、あるいはサイドバー以外などに表示したい人は、コードを書きましょう。</p>
<p>コメントの場合は、</p>
<div class="igBar"><span id="lphp-3"><a href="#" onclick="javascript:showPlainTxt('php-3'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-3">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">&lt;?php</span> <span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span><a href="http://www.php.net/function_exists"><span style="color:#000066;">function_exists</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'get_recent_comments'</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span> <span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;&lt;li&gt;&lt;h2&gt;&lt;?php _e<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'Recent Comments:'</span><span style="color:#006600; font-weight:bold;">&#41;</span>; ?&gt;&lt;/h2&gt;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &lt;ul&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000000; font-weight:bold;">&lt;?php</span> get_recent_comments<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;&lt;/li&gt;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color:#000000; font-weight:bold;">&lt;?php</span> <span style="color:#006600; font-weight:bold;">&#125;</span> <span style="color:#000000; font-weight:bold;">?&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>トラックバックは</p>
<div class="igBar"><span id="lphp-4"><a href="#" onclick="javascript:showPlainTxt('php-4'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-4">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">&lt;?php</span> <span style="color:#616100;">if</span> <span style="color:#006600; font-weight:bold;">&#40;</span><a href="http://www.php.net/function_exists"><span style="color:#000066;">function_exists</span></a><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'get_recent_trackbacks'</span><span style="color:#006600; font-weight:bold;">&#41;</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span> <span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;li&gt;&lt;h2&gt;&lt;?php _e<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'Recent Trackbacks:'</span><span style="color:#006600; font-weight:bold;">&#41;</span>; ?&gt;&lt;/h2&gt;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &lt;ul&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; <span style="color:#000000; font-weight:bold;">&lt;?php</span> get_recent_trackbacks<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span>; <span style="color:#000000; font-weight:bold;">?&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &lt;/ul&gt;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;/li&gt;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">&lt;?php</span> <span style="color:#006600; font-weight:bold;">&#125;</span> <span style="color:#000000; font-weight:bold;">?&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>です。</p>
<p>あとは、設定のところで表示数や文字数、表示するしないなどの細かいカスタマイズができます。</p>
<p>ちなみにこのサイトでは、コメントだけの使用になっています。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/147/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/147" />
	</item>
		<item>
		<title>WordPress プラグイン一覧</title>
		<link>http://mauyas.com/archives/140</link>
		<comments>http://mauyas.com/archives/140#comments</comments>
		<pubDate>Wed, 28 May 2008 23:08:24 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/140</guid>
		<description><![CDATA[WordPressの便利な機能にプラグインがあります。記事中で紹介したプラグインをまとめてページにしました。
WordPressプラグイン一覧

]]></description>
			<content:encoded><![CDATA[<p>WordPressの便利な機能にプラグインがあります。<br />記事中で紹介したプラグインをまとめてページにしました。</p>
<p><a href="http://mauyas.com/wordpress_plug-in">WordPressプラグイン一覧</a></p>
<p><a href="http://mauyas.com/wp-content/uploads/2008/05/ws069.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="350" alt="WordPressプラグイン一覧" src="http://mauyas.com/wp-content/uploads/2008/05/ws069-thumb.jpg" width="382" border="0"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/140/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/140" />
	</item>
		<item>
		<title>WordPressを携帯で閲覧できるようにするプラグイン</title>
		<link>http://mauyas.com/archives/136</link>
		<comments>http://mauyas.com/archives/136#comments</comments>
		<pubDate>Wed, 28 May 2008 13:31:31 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/136</guid>
		<description><![CDATA[特に携帯で見てほしいというわけではないのだが、WordPressを携帯から見れるようにするプラグイン『Mobile Eye+』を入れてみた。



ハンターリンクのサイトからダウンロードできます。
解凍後WordPres [...]]]></description>
			<content:encoded><![CDATA[<p>特に携帯で見てほしいというわけではないのだが、WordPressを携帯から見れるようにするプラグイン『Mobile Eye+』を入れてみた。</p>
<p>
<div class="wlWriterSmartContent" id="scid:798E96FB-0CC9-4229-BE18-6AA02762E1C3:c7726b99-820a-4af7-a5ac-9de41bb46ad7" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"><a href="http://hrlk.com/script/mobile-eye-plus/" target="_blank"><img src="http://mauyas.com/wp-content/uploads/2008/05/screenshot.png" width="96" height="160" /></a></div>
</p>
<p><a href="http://hrlk.com/script/mobile-eye-plus/">ハンターリンク</a>のサイトからダウンロードできます。</p>
<p>解凍後WordPressのプラグインホルダーにアップします。 </p>
<p>あとは管理ツールにログインして、プラグイン管理から『有効化』で使用できます。 </p>
<p>&nbsp; </p>
<p><a href="http://mauyas.com/wp-content/uploads/2008/05/ws068.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="345" alt="WS068" src="http://mauyas.com/wp-content/uploads/2008/05/ws068-thumb.jpg" width="473" border="0"/></a>  </p>
<p>日本語なのですぐ設定できると思います。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/136/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/136" />
	</item>
		<item>
		<title>ユーザー用のサイトマップを作成してくれるプラグイン『Dagon Design Sitemap Generator』</title>
		<link>http://mauyas.com/archives/96</link>
		<comments>http://mauyas.com/archives/96#comments</comments>
		<pubDate>Thu, 03 Apr 2008 02:37:25 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/96</guid>
		<description><![CDATA[『サイトマップ』といっても２つ種類があります。
1.検索エンジンなどの検索ロボット用のサイトマップ。2.ユーザーがサイトを見るさいサイトの構成をわかりやすく表示するためのサイトマップ。
前回紹介したサイトマップは、検索ロ [...]]]></description>
			<content:encoded><![CDATA[<p>『サイトマップ』といっても２つ種類があります。</p>
<p>1.検索エンジンなどの検索ロボット用のサイトマップ。<br />2.ユーザーがサイトを見るさいサイトの構成をわかりやすく表示するためのサイトマップ。</p>
<p>前回紹介したサイトマップは、検索ロボット用のサイトマップでした。</p>
<p><a href="http://mauyas.com/archives/43" target="_blank">『Google Sitemaps Generator』</a></p>
<p>今回は、ユーザー用のサイトマップを紹介します。</p>
<p><a href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/" target="_blank">『Dagon Design Sitemap Generator』</a></p>
<p>まずはこちらからWordPressのバージョンにあったDagon Design Sitemap Generatorをダウンロードします。</p>
<p>
<div class="wlWriterSmartContent" id="scid:798E96FB-0CC9-4229-BE18-6AA02762E1C3:421dcaa4-5aaa-48cd-be09-684f9cc2efc3" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"><a href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/" target="_blank"><img src="http://mauyas.com/wp-content/uploads/2008/04/screenshot2.png" width="120" height="160" /></a></div>
</p>
<p><a title="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/" href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/" target="_blank">http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/</a></p>
<p>解凍後、プラグインホルダにアップし、プラグインを有効化します。<br />有効化したら『DDSitemapGen』というところで設定ができるようになります。 </p>
<p>このプラグインは日本語対応していますのでまずは『Language』を”Japanese”にしましょう。<br />もう説明はいりませんね。</p>
<p>あとは貼り付けたいところに</p>
<p>&lt;!– ddsitemapgen –&gt;</p>
<p>を入れると出来上がりです。<br />『マウやす』ではSitemapのページを作り表示しています。 </p>
<p><a href="http://mauyas.com/sitemap" target="_blank">Sitemap - サイトマップ -</a></p>
<p>ユーザーがページや投稿を探すときに探すときに役に立つということもありますが、SEO的にも良いということなのでぜひ作っておきましょう。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/96/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/96" />
	</item>
		<item>
		<title>WordPressでBlogのRSSを表示するプラグイン</title>
		<link>http://mauyas.com/archives/93</link>
		<comments>http://mauyas.com/archives/93#comments</comments>
		<pubDate>Wed, 02 Apr 2008 14:11:59 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/93</guid>
		<description><![CDATA[サイトの中にほかのブログやニュースなどの新着、最新記事などといったものを入れたい時があります。当然自動で取得し更新してくれるととっても便利です。
そこで考えるのはRSSです。ブログパーツなどを利用するのもいいのですが、W [...]]]></description>
			<content:encoded><![CDATA[<p>サイトの中にほかのブログやニュースなどの新着、最新記事などといったものを入れたい時があります。当然自動で取得し更新してくれるととっても便利です。</p>
<p>そこで考えるのはRSSです。ブログパーツなどを利用するのもいいのですが、WordPressを使っているのなら、プラグインで簡単に作れてしまいます。</p>
<p><a href="http://matopc.myvnc.com/archives/2005/05/03/mcrsslist/" target="_blank">mcRSSlist&#160; &#8230; RSSを取得しリストにして表示します。</a></p>
<p>まずは、記事上でPHPが動くことが必要です。導入がまだであれば『runPHP』がありますので<a href="http://mauyas.com/archives/83">こちら</a>を参考にしてください。 </p>
<p>まずはこちらのサイトからダウンロードします。</p>
<p>
<div class="wlWriterSmartContent" id="scid:798E96FB-0CC9-4229-BE18-6AA02762E1C3:93908ad6-3147-414c-a503-1b62b364b7ca" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"><a href="http://matopc.myvnc.com/archives/2005/05/03/mcrsslist/" target="_blank"><img src="http://mauyas.com/wp-content/uploads/2008/04/screenshot1.png" width="96" height="160" /></a></div>
<p>   <a title="http://matopc.myvnc.com/archives/2005/05/03/mcrsslist/" href="http://matopc.myvnc.com/archives/2005/05/03/mcrsslist/">http://matopc.myvnc.com/archives/2005/05/03/mcrsslist/</a></p>
<p>設置のしかたや設定の仕方などは丁寧にわかりやすくなっていますので、簡単に導入できます。   <br />注意点といえば、hタグがデフォルトで&lt;h２&gt;･･･&lt;/h2&gt;となっていますが、たぶん表題などでもう使われていると思いますので、そのまま使うと大きくなりすぎたりバックに色がついたりしてしまいます。    <br />CSSで新しくｈタグを作っておき使うことをお勧めします。</p>
<p>『マウやす』では記事中で使ってみました。</p>
<p><a href="http://mauyas.com/archives/71">こちら</a></p>
<p><a href="http://mauyas.com/archives/71" target="_blank"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="173" alt="image" src="http://mauyas.com/wp-content/uploads/2008/04/image.png" width="308" border="0" /></a> </p>
<p>こんな風になります。</p>
<p>styleを変えることによって表記が変えられ、サイドバーにも対応できます。</p>
<p>WordPressのいいところにプラグインが豊富なこともあげられますので、いろんなプラグインをさがして使ってみるのも面白いですよ。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/93/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/93" />
	</item>
		<item>
		<title>runPHP &#8211; 投稿やページの中でPHPを使うためのプラグイン</title>
		<link>http://mauyas.com/archives/83</link>
		<comments>http://mauyas.com/archives/83#comments</comments>
		<pubDate>Sun, 23 Mar 2008 12:01:44 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/83</guid>
		<description><![CDATA[WordPressではテーマファイルに直接コードを書けばPHPを使えるのだが、投稿記事中やページの中ではPHPコードを書いても動かない。   そこでプラグインを活用しよう。
runPHP
まずは http://www.n [...]]]></description>
			<content:encoded><![CDATA[<p>WordPressではテーマファイルに直接コードを書けばPHPを使えるのだが、投稿記事中やページの中ではPHPコードを書いても動かない。   <br />そこでプラグインを活用しよう。</p>
<p>runPHP</p>
<p>まずは <a title="http://www.nosq.com/blog/2006/01/runphp-plugin-for-wordpress/" href="http://www.nosq.com/blog/2006/01/runphp-plugin-for-wordpress/">http://www.nosq.com/blog/2006/01/runphp-plugin-for-wordpress/</a> でプラグインをダウンロードします。（2008/3/22時点で バージョン2.3.1）</p>
<p>
<div class="wlWriterSmartContent" id="scid:798E96FB-0CC9-4229-BE18-6AA02762E1C3:df9ab5e4-15d1-4162-9ca5-c311e5274834" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"><a href="http://www.nosq.com/blog/2006/01/runphp-plugin-for-wordpress/" target="_blank"><img src="http://mauyas.com/wp-content/uploads/2008/03/screenshot9.png" width="120" height="160" /></a></div>
</p>
<p>解凍後WordPressのプラグインホルダーにアップします。</p>
<p>あとは管理ツールにログインして、プラグイン管理から『有効化』で使用できます。オプション設定で使用できるユーザーを指定できます。デフォルトでは『管理人』だけになっています。</p>
<p>～ 使い方 ～</p>
<p>記事投稿時やページ作成時、内容を編集画面中に書き込み右下の『run PHP code？』にチェックマークを入れます。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2008/03/ws0362.jpg"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="80" alt="WS036" src="http://mauyas.com/wp-content/uploads/2008/03/ws036-thumb1.jpg" width="196" border="0" /></a> </p>
<p>これでPHPが動きますが、注意しないといけないのは、&#8221;ビジュアルエディタを使用&#8221;にしていたり、&#8221;不正な XHTML 構文を自動的に修正する&#8221;設定にしているとコードが化けたりしますので、チェックを外しておきましょう。</p>
<p>ビジュアルエディタはユーザーの設定、不正な XHTML 構文を自動的に修正は各種設定の投稿設定で変更できます。   <br />投稿やページ作成が終わった後には元の設定にもどしても差し支えありません。</p>
<p>このrunPHPはコード記述だけでなく、プラグインを動かしたりするときなんかも使いますのでぜひ入れておきたいプラグインです。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/83/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/83" />
	</item>
		<item>
		<title>Google Sitemap を作ってくれるプラグイン　『Google Sitemaps Generator』その２</title>
		<link>http://mauyas.com/archives/46</link>
		<comments>http://mauyas.com/archives/46#comments</comments>
		<pubDate>Tue, 04 Mar 2008 06:40:33 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/46</guid>
		<description><![CDATA[前回『Google Sitemaps Generator』を紹介しましたがその機能について記事を追加をします。
『Google Sitemaps Generator』ですが、Googleだけでなくyahooのサイトマップ [...]]]></description>
			<content:encoded><![CDATA[<p>前回『Google Sitemaps Generator』を紹介しましたがその機能について記事を追加をします。<br />
『Google Sitemaps Generator』ですが、Googleだけでなくyahooのサイトマップにも対応しています。<br />
残念ながらyahoojapanではないのですがせっかくなので設定をしておきましょう。</p>
<p><a href="http://mauyas.com/wp-content/uploads/2008/03/ws000004.jpg"><img border="0" width="354" src="http://mauyas.com/wp-content/uploads/2008/03/ws000004-thumb.jpg" alt="WS000004" height="156" style="border: 0px" /></a></p>
<p>まず『Request it here!』をクリックしYahooサイトに行きます。英語のサイトなので英語の苦手な方は下調べしてから行きましょう。<br />
ここで注意点なのですが、『Yahoo! ID』の入力を求められますが、おそらく皆さんがすでに持っている『Yahoo! Japan ID』とは別物ですので新規に取得しましょう。</p>
<p>進めていくと『Application ID』が取れますので、Your Application ID:のボックスにコピペしてください。<br />
あとは右側のサイドバーにある『site explorer』でsitemapを登録してください。</p>
<p>最後にmetaをheadにコピペするか、yahoo用のkeyファイル（html）ダウンロードし、サーバーにアップして終了です。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/46/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/46" />
	</item>
		<item>
		<title>Google Sitemap を作ってくれるプラグイン　『Google Sitemaps Generator』</title>
		<link>http://mauyas.com/archives/43</link>
		<comments>http://mauyas.com/archives/43#comments</comments>
		<pubDate>Mon, 03 Mar 2008 05:17:02 +0000</pubDate>
		<dc:creator>Mouse Master</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[プラグイン]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://mauyas.com/archives/43</guid>
		<description><![CDATA[Google対策に役立つWordPressのプラグインです。 
まずこちらからWordPressのバージョンに合った Google Sitemaps Generator をダウンロードします。

Google+Sitem [...]]]></description>
			<content:encoded><![CDATA[<p>Google対策に役立つWordPressのプラグインです。 </p>
<p>まずこちらからWordPressのバージョンに合った Google Sitemaps Generator をダウンロードします。</p>
<p>
<div class="wlWriterSmartContent" id="scid:798E96FB-0CC9-4229-BE18-6AA02762E1C3:87ce49df-6f35-4fc8-9481-0d8b328ecb7f" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px"><a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/#P18DL" target="_blank"><img src="http://mauyas.com/wp-content/uploads/2008/03/screenshot1.png" width="120" height="160" /><br />Google+Sitemaps+Generator</a></div>
</p>
<p>解凍して出来上がったフォルダの中から</p>
<p>&#160;</p>
<p>sitemap.php    <br />sitemap-ja_UTF.mo     <br />sitemap-ja_UTF.po     <br />sitemap-ja_JP.UTF-8.mo     <br />sitemap-ja_JP.UTF-8.po </p>
<p>&#160;</p>
<p>だけ、WordPressのプラグインフォルダにアップします。 </p>
<p>&#160;</p>
<p>あとは、WordPressのプラグイン設定で有効にし、各種設定の中のXML-Sitemapで作成します。   <br />ちょっと分かりづらいのですが、上の方「rebuild the sitemap」というリンクが作成ボタンになっています。 </p>
<p>&#160;</p>
<p>SitemapはSEOの必需品ですので必ず入れときましょう。</p>
]]></content:encoded>
			<wfw:commentRss>http://mauyas.com/archives/43/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://mauyas.com/archives/43" />
	</item>
	</channel>
</rss>
