<?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>CORAL</title>
	<atom:link href="http://www.coralreference.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.coralreference.com</link>
	<description>Reference Site</description>
	<lastBuildDate>Sat, 12 May 2012 23:17:16 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>スマートフォンのズーム機能　viewport設定</title>
		<link>http://www.coralreference.com/archives/227</link>
		<comments>http://www.coralreference.com/archives/227#comments</comments>
		<pubDate>Sat, 12 May 2012 23:15:23 +0000</pubDate>
		<dc:creator>miyakawa</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Smartphone]]></category>

		<guid isPermaLink="false">http://www.coralreference.com/?p=227</guid>
		<description><![CDATA[iPhoneやAndroidのズーム機能を使えるようにする場合のviewportの設定のHTML記述。 &#60;head&#62;にviewport設定を記述します。 &#60;!&#8211; 画面をズームできるように設定 &#8211;&#62; &#60;meta name=&#8221;viewport&#8221; content=&#8221;width=device-width, initial-scale=1, user-scalable=yes&#8221;&#62; &#60;!&#8211; 画面をズームできないように設定 &#8211;&#62; &#60;meta name=&#8221;viewport&#8221; content=&#8221;width=device-width; initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no&#8221; /&#62;]]></description>
			<content:encoded><![CDATA[<p>iPhoneやAndroidのズーム機能を使えるようにする場合のviewportの設定のHTML記述。<br />
&lt;head&gt;にviewport設定を記述します。</p>
<p>&lt;!&#8211; 画面をズームできるように設定 &#8211;&gt;<br />
&lt;meta name=&#8221;viewport&#8221; content=&#8221;width=device-width, initial-scale=1, user-scalable=yes&#8221;&gt;</p>
<p>&lt;!&#8211; 画面をズームできないように設定 &#8211;&gt;<br />
&lt;meta name=&#8221;viewport&#8221; content=&#8221;width=device-width; initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no&#8221; /&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coralreference.com/archives/227/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 投稿日の「投稿日」を英語にする</title>
		<link>http://www.coralreference.com/archives/213</link>
		<comments>http://www.coralreference.com/archives/213#comments</comments>
		<pubDate>Wed, 07 Mar 2012 06:16:42 +0000</pubDate>
		<dc:creator>miyakawa</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.coralreference.com/?p=213</guid>
		<description><![CDATA[&#160; &#160; &#160; &#160; &#160; &#160; &#160; 「functions.php」の564行目あたりを変更 変更前 function twentyeleven_posted_on() { printf( __( &#8216;&#60;span&#62;Posted on &#60;/span&#62;&#60;a href=&#8221;%1$s&#8221; title=&#8221;%2$s&#8221; rel=&#8221;bookmark&#8221;&#62;&#60;time datetime=&#8221;%3$s&#8221; pubdate&#62;%4$s&#60;/time&#62;&#60;/a&#62;&#60;span&#62; &#60;span&#62; by &#60;/span&#62; &#60;span&#62;&#60;a href=&#8221;%5$s&#8221; title=&#8221;%6$s&#8221; rel=&#8221;author&#8221;&#62;%7$s&#60;/a&#62;&#60;/span&#62;&#60;/span&#62;&#8217;, &#8216;twentyeleven&#8217; ), 変更後 function twentyeleven_posted_on() { printf( __( &#8216;&#60;span&#62;Posted : &#60;/span&#62;&#60;a &#8230; <a href="http://www.coralreference.com/archives/213">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.coralreference.com/wp-content/uploads/2012/03/20120307-1.png"><img class="alignleft size-full wp-image-215" title="20120307-1" src="http://www.coralreference.com/wp-content/uploads/2012/03/20120307-1.png" alt="" width="274" height="86" /></a></p>
<p><a href="http://www.coralreference.com/wp-content/uploads/2012/03/20120307-2.png"><img class="alignleft size-full wp-image-216" title="20120307-2" src="http://www.coralreference.com/wp-content/uploads/2012/03/20120307-2.png" alt="" width="274" height="86" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>「functions.php」の564行目あたりを変更</p>
<p>変更前<br />
function twentyeleven_posted_on() {<br />
printf( __( &#8216;&lt;span&gt;<span style="color: #ff0000;">Posted on</span> &lt;/span&gt;&lt;a href=&#8221;%1$s&#8221; title=&#8221;%2$s&#8221; rel=&#8221;bookmark&#8221;&gt;&lt;time datetime=&#8221;%3$s&#8221; pubdate&gt;%4$s&lt;/time&gt;&lt;/a&gt;&lt;span&gt; &lt;span&gt; by &lt;/span&gt; &lt;span&gt;&lt;a href=&#8221;%5$s&#8221; title=&#8221;%6$s&#8221; rel=&#8221;author&#8221;&gt;%7$s&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&#8217;, &#8216;twentyeleven&#8217; ),</p>
<p>変更後<br />
function twentyeleven_posted_on() {<br />
printf( __( &#8216;&lt;span&gt;<span style="color: #ff0000;">Posted :</span> &lt;/span&gt;&lt;a href=&#8221;%1$s&#8221; title=&#8221;%2$s&#8221; rel=&#8221;bookmark&#8221;&gt;&lt;time datetime=&#8221;%3$s&#8221; pubdate&gt;%4$s&lt;/time&gt;&lt;/a&gt;&lt;span&gt; &lt;span&gt; by &lt;/span&gt; &lt;span&gt;&lt;a href=&#8221;%5$s&#8221; title=&#8221;%6$s&#8221; rel=&#8221;author&#8221;&gt;%7$s&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&#8217;, &#8216;twentyeleven&#8217; ),</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coralreference.com/archives/213/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 便利なエディタ</title>
		<link>http://www.coralreference.com/archives/208</link>
		<comments>http://www.coralreference.com/archives/208#comments</comments>
		<pubDate>Wed, 29 Feb 2012 01:08:01 +0000</pubDate>
		<dc:creator>inoue</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.coralreference.com/?p=208</guid>
		<description><![CDATA[WordPressを使ったブログで、お客様が投稿の文字の大きさを変えられたいとのこと。 標準のエディタではフォント変更ができない仕様らしいのでプラグインを導入。フォントサイズの指定だけでなく、tableやh1、h2などのタグを簡単に入れられるようになるとっても便利なプラグイン。 http://wordpress.org/extend/plugins/tinymce-advanced/ ●上記ページでプラグインをダウンロード ●解凍、「tinymce-advanced」というフォルダごと、ブログを運用しているサーバの「/wp-content/plugins」にアップロード ●WordPressの管理画面、「プラグイン」で「tinymce-advanced」を有効化 以上で完了。 今回、なぜか「有効化」を2回クリックしないと有効化されなかったのがちょっと不思議だったけれども無事エディタが使えるようになったのでよしとする。 このエディタにはいわゆる絵文字のようなものも含まれているけれども、例えばfacebookでは全然認識してくれなかったりするので、汎用性は低いものかもしれず、多用は望ましくない可能性あり。]]></description>
			<content:encoded><![CDATA[<p>WordPressを使ったブログで、お客様が投稿の文字の大きさを変えられたいとのこと。<br />
標準のエディタではフォント変更ができない仕様らしいのでプラグインを導入。フォントサイズの指定だけでなく、tableやh1、h2などのタグを簡単に入れられるようになるとっても便利なプラグイン。</p>
<p><a href="http://wordpress.org/extend/plugins/tinymce-advanced/" target="_blank">http://wordpress.org/extend/plugins/tinymce-advanced/</a></p>
<p>●上記ページでプラグインをダウンロード</p>
<p>●解凍、「tinymce-advanced」というフォルダごと、ブログを運用しているサーバの「/wp-content/plugins」にアップロード</p>
<p>●WordPressの管理画面、「プラグイン」で「tinymce-advanced」を有効化</p>
<p>以上で完了。<br />
今回、なぜか「有効化」を2回クリックしないと有効化されなかったのがちょっと不思議だったけれども無事エディタが使えるようになったのでよしとする。</p>
<p>このエディタにはいわゆる絵文字のようなものも含まれているけれども、例えばfacebookでは全然認識してくれなかったりするので、汎用性は低いものかもしれず、多用は望ましくない可能性あり。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coralreference.com/archives/208/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>コピーライトの年数を自動で変更する</title>
		<link>http://www.coralreference.com/archives/190</link>
		<comments>http://www.coralreference.com/archives/190#comments</comments>
		<pubDate>Wed, 22 Feb 2012 05:16:17 +0000</pubDate>
		<dc:creator>fujita</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript / Ajax]]></category>

		<guid isPermaLink="false">http://www.coralreference.com/?p=190</guid>
		<description><![CDATA[コピーライトの年数部分に下記スクリプトを入れる。 &#60;script&#62;var nowdate = new Date();document.write(nowdate.getFullYear());&#60;/script&#62; ・応用1 Copyright &#60;script&#62;var nowdate = new Date();document.write(nowdate.getFullYear());&#60;/script&#62; 会社名 All rights reserved. ・応用2 Copyright 1991-&#60;script&#62;var nowdate = new Date();document.write(nowdate.getFullYear());&#60;/script&#62; 会社名 All rights reserved. 最新の年数が入っていると、ちゃんと管理されているサイトだなぁという印象ですよね。]]></description>
			<content:encoded><![CDATA[<p>コピーライトの年数部分に下記スクリプトを入れる。<br />
&lt;script&gt;var nowdate = new Date();document.write(nowdate.getFullYear());&lt;/script&gt;</p>
<p>・応用1<br />
Copyright &lt;script&gt;var nowdate = new Date();document.write(nowdate.getFullYear());&lt;/script&gt; 会社名 All rights reserved.<br />
<img class="size-medium wp-image-192 alignnone" title="応用1" src="http://www.coralreference.com/wp-content/uploads/2012/02/ref-120222-1-300x22.gif" alt="Copyright 2012 会社名 All rights reserved." width="300" height="22" /></p>
<p>・応用2<br />
Copyright 1991-&lt;script&gt;var nowdate = new Date();document.write(nowdate.getFullYear());&lt;/script&gt; 会社名 All rights reserved.<br />
<img class="size-medium wp-image-193 alignnone" title="応用2" src="http://www.coralreference.com/wp-content/uploads/2012/02/ref-120222-2-300x22.gif" alt="Copyright 1991-2012 会社名 All rights reserved." width="300" height="22" /></p>
<p>最新の年数が入っていると、ちゃんと管理されているサイトだなぁという印象ですよね。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coralreference.com/archives/190/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 日本語のセットを入れる</title>
		<link>http://www.coralreference.com/archives/187</link>
		<comments>http://www.coralreference.com/archives/187#comments</comments>
		<pubDate>Tue, 21 Feb 2012 06:02:55 +0000</pubDate>
		<dc:creator>miyakawa</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.coralreference.com/?p=187</guid>
		<description><![CDATA[日本語表示キレイに見せたいのでよく当社で利用する日本語のセットを記述する。 Global（300行目あたり）のfontを変更 /* =Global &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; */ body, input, textarea { color: #373737; font: 14px &#8216;ヒラギノ角ゴ Pro W3&#8242;,&#8217;Hiragino Kaku Gothic Pro&#8217;,'メイリオ&#8217;,Meiryo,&#8217;ＭＳ Ｐゴシック&#8217;,'MS PGothic&#8217;,sans-serif; font-weight: 300; line-height: 1.625; }]]></description>
			<content:encoded><![CDATA[<p>日本語表示キレイに見せたいのでよく当社で利用する日本語のセットを記述する。<br />
Global（300行目あたり）のfontを変更</p>
<p>/* =Global<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; */</p>
<p>body, input, textarea {<br />
color: #373737;<br />
<span style="color: #ff0000;">font: 14px &#8216;ヒラギノ角ゴ Pro W3&#8242;,&#8217;Hiragino Kaku Gothic Pro&#8217;,'メイリオ&#8217;,Meiryo,&#8217;ＭＳ Ｐゴシック&#8217;,'MS PGothic&#8217;,sans-serif;</span><br />
font-weight: 300;<br />
line-height: 1.625;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coralreference.com/archives/187/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 記事のタイトル文字の色やサイズ変更</title>
		<link>http://www.coralreference.com/archives/183</link>
		<comments>http://www.coralreference.com/archives/183#comments</comments>
		<pubDate>Mon, 20 Feb 2012 07:17:17 +0000</pubDate>
		<dc:creator>miyakawa</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.coralreference.com/?p=183</guid>
		<description><![CDATA[トップページも個々の記事ページも「style.css」の中の下記赤文字部分です。 ■トップページの記事タイトル部分（730行目あたり） /* =Content &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; */ .entry-title {     clear: both;     color: #222;     font-size: 18px;     font-weight: bold;     line-height: 1.5em;     padding-bottom: .3em;     padding-top: 15px; } ■個々の記事ページ（1100行目あたり） /* Singular content styles for Posts and Pages */ &#8230; <a href="http://www.coralreference.com/archives/183">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>トップページも個々の記事ページも「style.css」の中の下記赤文字部分です。</p>
<p>■トップページの記事タイトル部分（730行目あたり）</p>
<p>/* =Content<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; */<br />
.entry-title {<br />
<span style="color: #ff0000;">    clear: both;</span><br />
<span style="color: #ff0000;">    color: #222;</span><br />
<span style="color: #ff0000;">    font-size: 18px;</span><br />
<span style="color: #ff0000;">    font-weight: bold;</span><br />
<span style="color: #ff0000;">    line-height: 1.5em;</span><br />
<span style="color: #ff0000;">    padding-bottom: .3em;</span><br />
<span style="color: #ff0000;">    padding-top: 15px;</span><br />
}</p>
<p>■個々の記事ページ（1100行目あたり）</p>
<p>/* Singular content styles for Posts and Pages */<br />
.singular .entry-title {<br />
<span style="color: #ff0000;">    color: #000;</span><br />
<span style="color: #ff0000;">    font-size: 36px;</span><br />
<span style="color: #ff0000;">    font-weight: bold;</span><br />
<span style="color: #ff0000;">    line-height: 48px;</span><br />
}</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coralreference.com/archives/183/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress タイトル文字を任意の画像ロゴに変更しセンター位置へ</title>
		<link>http://www.coralreference.com/archives/171</link>
		<comments>http://www.coralreference.com/archives/171#comments</comments>
		<pubDate>Sun, 19 Feb 2012 03:23:19 +0000</pubDate>
		<dc:creator>miyakawa</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.coralreference.com/?p=171</guid>
		<description><![CDATA[以前、文字から画像の変更しましたものをセンター位置に持っていく方法。 style.cssとheader.phpを変更します。 ■stye.css header記述部分に #site-title-logo {     width: 330px; /* ロゴの高さ */     height: 90px;  /* ロゴの横幅 */     text-align: center;     margin-right: auto;     margin-left: auto; } ■header.php &#60;h1 id=&#8221;site-title-logo&#8221;&#62;&#60;span&#62;&#60;a href=&#8221;&#60;?php echo esc_url( home_url( &#8216;/&#8217; ) ); ?&#62;&#8221; title=&#8221;&#60;?php &#8230; <a href="http://www.coralreference.com/archives/171">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>以前、文字から画像の変更しましたものをセンター位置に持っていく方法。</p>
<p>style.cssとheader.phpを変更します。</p>
<p>■stye.css</p>
<p>header記述部分に<br />
<span style="color: #ff0000;">#site-title-logo {</span><br />
<span style="color: #ff0000;">    width: 330px; /* ロゴの高さ */</span><br />
<span style="color: #ff0000;">    height: 90px;  /* ロゴの横幅 */</span><br />
<span style="color: #ff0000;">    text-align: center;</span><br />
<span style="color: #ff0000;">    margin-right: auto;</span><br />
<span style="color: #ff0000;">    margin-left: auto;</span><br />
<span style="color: #ff0000;">}</span></p>
<p>■header.php</p>
<p>&lt;h1 id=&#8221;site-title-logo&#8221;&gt;&lt;span&gt;&lt;a href=&#8221;&lt;?php echo esc_url( home_url( &#8216;/&#8217; ) ); ?&gt;&#8221; title=&#8221;&lt;?php echo esc_attr( get_bloginfo( &#8216;name&#8217;, &#8216;display&#8217; ) ); ?&gt;&#8221; rel=&#8221;home&#8221;&gt;<span style="color: #ff0000;">&lt;img src=&#8221;http://www.coralreference.com/wp-content/uploads/2012/02/logo.png&#8221; width=&#8221;330&#8243; height=&#8221;90&#8243; /&gt;</span>&lt;/a&gt;&lt;/span&gt;&lt;/h1&gt;</p>
<p>これで完了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coralreference.com/archives/171/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress ヘッダー部分の検索窓と消す</title>
		<link>http://www.coralreference.com/archives/165</link>
		<comments>http://www.coralreference.com/archives/165#comments</comments>
		<pubDate>Sun, 19 Feb 2012 02:02:11 +0000</pubDate>
		<dc:creator>miyakawa</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.coralreference.com/?p=165</guid>
		<description><![CDATA[header.phpの検索部分（下記）を1行づつ（//）コメントアウトする]]></description>
			<content:encoded><![CDATA[<p>header.phpの検索部分（下記）を1行づつ（<span style="color: #ff0000;">//</span>）コメントアウトする</p>
<p><a href="http://www.coralreference.com/wp-content/uploads/2012/02/serch.gif"><img class="alignnone size-full wp-image-168" title="serch" src="http://www.coralreference.com/wp-content/uploads/2012/02/serch.gif" alt="" width="567" height="122" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.coralreference.com/archives/165/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ソースコードにコメント入れる方法</title>
		<link>http://www.coralreference.com/archives/161</link>
		<comments>http://www.coralreference.com/archives/161#comments</comments>
		<pubDate>Sun, 19 Feb 2012 01:39:57 +0000</pubDate>
		<dc:creator>miyakawa</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript / Ajax]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.coralreference.com/?p=161</guid>
		<description><![CDATA[■HTMLの場合 &#60;!&#8211; コメントアウト &#8211;&#62; &#60;!&#8211; コメントを複数行 可能になります &#8211;&#62; ■CSSの場合 /* コメントアウト */ /* コメントを複数行 可能になります */ ■PHP、JavaScriptの場合 // この行だけのコメント、コメントアウト /* コメントを複数行 可能になります */]]></description>
			<content:encoded><![CDATA[<p><strong>■HTMLの場合</strong></p>
<p>&lt;!&#8211; <span style="color: #ff0000;">コメントアウト</span> &#8211;&gt;<br />
&lt;!&#8211;<br />
<span style="color: #ff0000;">コメントを複数行</span><br />
<span style="color: #ff0000;"> 可能になります</span><br />
&#8211;&gt;</p>
<p><strong>■CSSの場合</strong></p>
<p>/* <span style="color: #ff0000;">コメントアウト</span> */<br />
/*<br />
<span style="color: #ff0000;">コメントを複数行</span><br />
<span style="color: #ff0000;"> 可能になります</span><br />
*/</p>
<p><strong>■PHP、JavaScriptの場合</strong></p>
<p>// <span style="color: #ff0000;">この行だけのコメント、コメントアウト</span><br />
/*<br />
<span style="color: #ff0000;">コメントを複数行</span><br />
<span style="color: #ff0000;"> 可能になります</span><br />
*/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coralreference.com/archives/161/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress タイトル文字を任意の画像ロゴに変更する</title>
		<link>http://www.coralreference.com/archives/156</link>
		<comments>http://www.coralreference.com/archives/156#comments</comments>
		<pubDate>Sat, 18 Feb 2012 13:52:07 +0000</pubDate>
		<dc:creator>miyakawa</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.coralreference.com/?p=156</guid>
		<description><![CDATA[style.cssとheader.phpを少し変えてやれば可能。 まず、ロゴの画像（今回はlogo.png）を「メディア」から「新規追加」する。 その時にファイルのURLをコピーしておく。 http://www.coralreference.com/wp-content/uploads/2012/02/logo.png 次に「外観」「テーマの編集」で「style.css」「header.php」を変更する。 ■style.css ヘッダー部分に下記を追加 /* =Header &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; */ #site-title-logo { width: 330px; /* ロゴの高さ */ height: 90px;  /* ロゴの横幅 */ text-align: left; margin-top: 40px;  /* ロゴの上スペース */ margin-bottom: 40px;  /* ロゴの下スペース */　　 } を追加する ■header.php 元 &#60;hgroup&#62; &#8230; <a href="http://www.coralreference.com/archives/156">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.coralreference.com/wp-content/uploads/2012/02/titel1.png"><img class="alignnone size-full wp-image-157" title="wordpress" src="http://www.coralreference.com/wp-content/uploads/2012/02/titel1.png" alt="wordpress" width="377" height="217" /></a></p>
<p>style.cssとheader.phpを少し変えてやれば可能。</p>
<p>まず、ロゴの画像（今回はlogo.png）を「メディア」から「新規追加」する。<br />
その時にファイルのURLをコピーしておく。</p>
<p>http://www.coralreference.com/wp-content/uploads/2012/02/logo.png</p>
<p>次に「外観」「テーマの編集」で「style.css」「header.php」を変更する。</p>
<p>■style.css<br />
ヘッダー部分に下記を追加</p>
<p>/* =Header<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; */<br />
<span style="color: #ff0000;">#site-title-logo {</span><br />
<span style="color: #ff0000;">width: 330px; /* ロゴの高さ */<br />
height: 90px;  /* ロゴの横幅 */<br />
text-align: left;<br />
margin-top: 40px;  /* ロゴの上スペース */<br />
margin-bottom: 40px;  /* ロゴの下スペース */　　</span><br style="color: #ff0000;" /> <span style="color: #ff0000;">}</span></p>
<p>を追加する</p>
<p>■header.php<br />
元<br />
&lt;hgroup&gt;<br />
&lt;h1 id=&#8221;site-title&#8221;&gt;&lt;span&gt;&lt;a href=&#8221;&lt;?php echo esc_url( home_url( &#8216;/&#8217; ) ); ?&gt;&#8221; title=&#8221;&lt;?php echo esc_attr( get_bloginfo( &#8216;name&#8217;, &#8216;display&#8217; ) ); ?&gt;&#8221; rel=&#8221;home&#8221;&gt;&lt;?php bloginfo( &#8216;name&#8217; ); ?&gt;&lt;/a&gt;&lt;/span&gt;&lt;/h1&gt;<br />
&lt;h2 id=&#8221;site-description&#8221;&gt;&lt;?php bloginfo( &#8216;description&#8217; ); ?&gt;&lt;/h2&gt;<br />
&lt;/hgroup&gt;</p>
<p>変更<br />
&lt;hgroup&gt;<br />
&lt;h1 id=&#8221;<span style="color: #ff0000;">site-title-logo</span>&#8220;&gt;&lt;span&gt;&lt;a href=&#8221;&lt;?php echo esc_url( home_url( &#8216;/&#8217; ) ); ?&gt;&#8221; title=&#8221;&lt;?php echo esc_attr( get_bloginfo( &#8216;name&#8217;, &#8216;display&#8217; ) ); ?&gt;&#8221; rel=&#8221;home&#8221;&gt;<span style="color: #ff0000;">&lt;img src=”http://www.coralreference.com/wp-content/uploads/2012/02/logo.png” width=”330” height=”90” /&gt;</span>&lt;/a&gt;&lt;/span&gt;&lt;/h1&gt;<br />
&lt;/hgroup&gt;</p>
<p><a href="http://www.coralreference.com/wp-content/uploads/2012/02/titel2.png"><img class="alignnone size-full wp-image-158" title="wordpress" src="http://www.coralreference.com/wp-content/uploads/2012/02/titel2.png" alt="wordpress" width="372" height="183" /></a></p>
<p>以上で変更されます。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.coralreference.com/archives/156/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

