<?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>ホームページ製作・グラフィックデザインならCASTAGE：キャストエイジ｜ブログ &#187; タイトル</title>
	<atom:link href="http://castage.net/blog/tag/%e3%82%bf%e3%82%a4%e3%83%88%e3%83%ab/feed/" rel="self" type="application/rss+xml" />
	<link>http://castage.net/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 17 Apr 2011 07:34:30 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://castage.net/blog/tag/%e3%82%bf%e3%82%a4%e3%83%88%e3%83%ab/feed/" />
		<item>
		<title>WordPressのヘッダー部にロゴ挿入</title>
		<link>http://castage.net/blog/change_header/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=change_header</link>
		<comments>http://castage.net/blog/change_header/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 01:33:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[kasutamaizu]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[タイトル]]></category>
		<category><![CDATA[テンプレート]]></category>
		<category><![CDATA[ヘッダー]]></category>
		<category><![CDATA[ロゴ]]></category>
		<category><![CDATA[画像挿入]]></category>

		<guid isPermaLink="false">http://castage.net/blog/?p=10</guid>
		<description><![CDATA[ヘッダーにはブログのタイトルをテキストで表示するようになっているので取っ払ってロゴ画像を入れてみた。 ■BEFORE ロゴ挿入前 修正対象ファイルは /wp-content/themes/テンプレート名/style.cs [...]]]></description>
			<content:encoded><![CDATA[				<p>ヘッダーにはブログのタイトルをテキストで表示するようになっているので取っ払ってロゴ画像を入れてみた。</p>
				<p>■BEFORE</p>
				<div id="attachment_39" class="wp-caption alignnone" style="width: 493px;"><a title="ロゴ挿入前" rel="lightbox[9]" href="http://castage.net/blog/wp/wp-content/uploads/2009/09/blogtitle_before.jpg" rel="lightbox[10]"><img src="http://castage.net/blog/wp/wp-content/uploads/2009/09/blogtitle_before.jpg" alt="ロゴ挿入前" title="blogtitle_before" width="483" height="110" class="size-full wp-image-39  " /></a></p>
				<p class="wp-caption-text">ロゴ挿入前</p>
				</div>
				<p>修正対象ファイルは</p>
				<p>/wp-content/themes/テンプレート名/style.css</p>
				<p>/wp-content/themes/テンプレート名/header.php</p>
				<p>の2つのァイル。</p>
				<p>1. ロゴ（blogtitle.png）を作成。</p>
				<p>2. 作成したロゴを/wp-content/themes/テンプレート名/imagesに保存。</p>
				<p>3. style.cssに追加定義</p>
				<p>#header-logo {</p>
				<p>height: 238px;</p>
				<p>vertical-align: top;</p>
				<p>background: url(images/blogtitle.png) no-repeat left;</p>
				<p>}</p>
				<p>4. header.phpの修正</p>
				<p>&lt;div&gt;</p>
				<p>&lt;h1&gt;&lt;a href=”#”&gt;&lt;?php bloginfo(’name’); ?&gt;&lt;/a&gt;&lt;/h1&gt;</p>
				<p>&lt;/div&gt;</p>
				<p>を</p>
				<p>&lt;div id=”header-logo”&gt;&lt;/div&gt;</p>
				<p>に変えてアップロードするだけ。</p>
				<p>煮るだけ。</p>
				<p>■AFTER</p>
				<div id="attachment_36" class="wp-caption alignnone" style="width: 493px;"><a title="ロゴ修正後" rel="lightbox[9]" href="http://castage.net/blog/wp/wp-content/uploads/2009/09/blogtitle_after.jpg" rel="lightbox[10]"><img src="http://castage.net/blog/wp/wp-content/uploads/2009/09/blogtitle_after.jpg" alt="ロゴ修正後" title="blogtitle_after" width="483" height="110" class="size-full wp-image-36 " /></a></p>
				<p class="wp-caption-text">ロゴ挿入後</p>
				</div>
				<p>テンプレートによって多少違うけど問題なかろうもん。</p>
				<p>時間があったら早くデザインを変えたいな。</p>
]]></content:encoded>
			<wfw:commentRss>http://castage.net/blog/change_header/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://castage.net/blog/change_header/" />
	</item>
	</channel>
</rss>

