<?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:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>ウェブデザイナー的ホームページ制作最適化 &#187; wordpressカスタマイズ</title>
	<atom:link href="http://www.web-nouhau.com/category/wp-customize/feed" rel="self" type="application/rss+xml" />
	<link>http://www.web-nouhau.com</link>
	<description>CMSやSEOなどホームページ制作業務で身近に使うことの情報整理</description>
	<pubDate>Sun, 29 Nov 2009 13:56:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.web-nouhau.com/category/wp-customize/feed" />
		<item>
		<title>wp_list_bookmarksのブログロールを非表示に</title>
		<link>http://www.web-nouhau.com/archives/195</link>
		<comments>http://www.web-nouhau.com/archives/195#comments</comments>
		<pubDate>Mon, 22 Jun 2009 13:35:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[wordpressカスタマイズ]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[ブログロール]]></category>

		<category><![CDATA[非表示]]></category>

		<guid isPermaLink="false">http://www.web-nouhau.com/?p=195</guid>
		<description><![CDATA[wordpressのリンク集部分はデフォルトでは、
ブログロールと表示されています。
これを非表示または、変更にするには、下記のようにします。

&#60;h2&#62;相互リンク集&#60;/h2&#62;
&#60;ul&#62;
&#60;?php wp_list_bookmarks('title_li=&#38;categorize=0'); ?&#62;
&#60;/ul&#62;

]]></description>
			<content:encoded><![CDATA[<p>wordpressのリンク集部分はデフォルトでは、<br />
ブログロールと表示されています。<br />
これを非表示または、変更にするには、下記のようにします。</p>
<pre class="brush: php;">
&lt;h2&gt;相互リンク集&lt;/h2&gt;
&lt;ul&gt;
&lt;?php wp_list_bookmarks('title_li=&amp;categorize=0'); ?&gt;
&lt;/ul&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.web-nouhau.com/archives/195/feed</wfw:commentRss>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.web-nouhau.com/archives/195" />
	</item>
	</channel>
</rss>
