<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>テクニカル備忘録 &#187; リンク</title>
	<atom:link href="http://hotmenu.jp/tech/?feed=rss2&#038;tag=%E3%83%AA%E3%83%B3%E3%82%AF" rel="self" type="application/rss+xml" />
	<link>http://hotmenu.jp/tech</link>
	<description>wordpressのことMacのこと…</description>
	<lastBuildDate>Thu, 30 Jul 2015 07:48:14 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>arthemiaのサムネイルにリンクを設定</title>
		<link>http://hotmenu.jp/tech/?p=177</link>
		<comments>http://hotmenu.jp/tech/?p=177#comments</comments>
		<pubDate>Sun, 22 Aug 2010 12:54:29 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[arthemia]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[カスタマイズ]]></category>
		<category><![CDATA[サムネイル]]></category>
		<category><![CDATA[リンク]]></category>

		<guid isPermaLink="false">http://hotmenu.jp/tech/?p=177</guid>
		<description><![CDATA[　ほっとメニューというサイトのarthemiaのサムネイルはカスタムフィールドを入力しないでも、記事の一番はじめの写真を取得して勝手にサムネイルを作るよう設定というか、カスタマイズしてあるのですが、そのせいでサムネイルから記事へのリンクが外れていました。
 arthemiaのindex.phpの
[php]
 
[/php]
を以下のように改変
[php]
]]></description>
				<content:encoded><![CDATA[<p>　<a href="http://hotmenu.jp" target="_blank">ほっとメニュー</a>というサイトのarthemiaのサムネイルはカスタムフィールドを入力しないでも、記事の一番はじめの写真を取得して勝手にサムネイルを作るよう設定というか、カスタマイズしてあるのですが、そのせいでサムネイルから記事へのリンクが外れていました。<span id="more-177"></span></p>
<p> arthemiaのindex.phpの<br />
[php]
<div class="left"><?php echo the_qf_get_thumb_one('num=0&#038;width=180&#038;crop_w=120&#038;crop_h=120'); ?> </div>
<p>[/php]<br />
を以下のように改変<br />
[php]
<div class="title"><a href="<?php the_permalink() ?>&#8221; rel=&#8221;bookmark&#8221;><?php echo the_qf_get_thumb_one('num=0&#038;width=180&#038;crop_w=120&#038;crop_h=120'); ?></a></div>
<p>[/php]</p>
<p>成功しました！<br />
<img src="http://hotmenu.jp/tech/wp-content/uploads/2010/08/sum.jpg" alt="" title="sum" width="300" height="300" class="alignnone size-full wp-image-178" /></p>
<p>アーカイブとかも変えなくっちゃ。</p>
]]></content:encoded>
			<wfw:commentRss>http://hotmenu.jp/tech/?feed=rss2&#038;p=177</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
