<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>フォーラム タグ: 画像</title>
<link>http://ja.forums.wordpress.org/</link>
<description>フォーラム タグ: 画像</description>
<language>en</language>
<pubDate>Wed, 25 Nov 2009 19:27:36 +0000</pubDate>

<item>
<title>mshigeru :  "アーカイブで画像が表示されません。"</title>
<link>http://ja.forums.wordpress.org/topic/2851#post-11781</link>
<pubDate>Fri, 20 Nov 2009 15:29:39 +0000</pubDate>
<dc:creator>mshigeru</dc:creator>
<guid isPermaLink="false">11781@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;メールありがとうございます。&#60;br /&#62;
img のタグ指定はファイルの場所と一致していました。&#60;/p&#62;
&#60;p&#62;テーマのつくり方とはどういう意味でしょうか？&#60;br /&#62;
現在kante1.2.1を設定しています。&#60;br /&#62;
ウィジェットでアーカイブを追加しました。&#60;/p&#62;
&#60;p&#62;kanteのサイドバーは英語なので&#60;br /&#62;
&#38;lt;!--  --&#38;gt;で無効にして&#60;br /&#62;
wordpressの管理から設定できる&#60;br /&#62;
ウィジェットの&#60;br /&#62;
アーカイブにしました。&#60;/p&#62;
&#60;p&#62;ここに問題があるのでしょうか？&#60;br /&#62;
よろしくお願いします。
&#60;/p&#62;</description>
</item>
<item>
<title>jim912 :  "アーカイブで画像が表示されません。"</title>
<link>http://ja.forums.wordpress.org/topic/2851#post-11755</link>
<pubDate>Thu, 19 Nov 2009 15:30:04 +0000</pubDate>
<dc:creator>jim912</dc:creator>
<guid isPermaLink="false">11755@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;mshigeruさん、こんにちは。&#60;/p&#62;
&#60;p&#62;アーカイブのHTMLソースにimgタグがあるなら、パスの問題。&#60;br /&#62;
なければ、テーマの作り方によるものではないかと思われます。
&#60;/p&#62;</description>
</item>
<item>
<title>mshigeru :  "アーカイブで画像が表示されません。"</title>
<link>http://ja.forums.wordpress.org/topic/2851#post-11753</link>
<pubDate>Thu, 19 Nov 2009 15:10:41 +0000</pubDate>
<dc:creator>mshigeru</dc:creator>
<guid isPermaLink="false">11753@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;ブログで登録した画像データが&#60;br /&#62;
ブログページで正常に表示されるのですが、&#60;br /&#62;
アーカイブをクリックして表示させると&#60;br /&#62;
テキストのみで画像が表示されません。&#60;br /&#62;
アップロードする保存場所は&#60;br /&#62;
wp-content/uploads&#60;br /&#62;
で、年月ベースの整理設定はしていません。&#60;/p&#62;
&#60;p&#62;よろしくお願いします。
&#60;/p&#62;</description>
</item>
<item>
<title>ringnir :  "画像貼り付け時のtitle属性などを消したい"</title>
<link>http://ja.forums.wordpress.org/topic/2834#post-11727</link>
<pubDate>Wed, 18 Nov 2009 15:33:28 +0000</pubDate>
<dc:creator>ringnir</dc:creator>
<guid isPermaLink="false">11727@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;教えていただいてありがとうございます。&#60;br /&#62;
該当箇所に属性を追加することで、正常に属性が自動追加されました。
&#60;/p&#62;</description>
</item>
<item>
<title>jim912 :  "画像貼り付け時のtitle属性などを消したい"</title>
<link>http://ja.forums.wordpress.org/topic/2834#post-11725</link>
<pubDate>Wed, 18 Nov 2009 15:15:57 +0000</pubDate>
<dc:creator>jim912</dc:creator>
<guid isPermaLink="false">11725@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;ringnirさん、こんにちは。&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;「link」というボタン&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;これはHTMLモードの方ですか？&#60;br /&#62;
それだと、wp-includes/js/quicktags.jsのfunction edInsertLink関数内のコードを直接修正する必要があります。
&#60;/p&#62;</description>
</item>
<item>
<title>ringnir :  "画像貼り付け時のtitle属性などを消したい"</title>
<link>http://ja.forums.wordpress.org/topic/2834#post-11714</link>
<pubDate>Wed, 18 Nov 2009 11:25:10 +0000</pubDate>
<dc:creator>ringnir</dc:creator>
<guid isPermaLink="false">11714@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;教えていただいてありがとうございます。&#60;br /&#62;
media.phpのget_image_tag関数内の$htmlのtitleやclassの記述を削除することで、出力しないようにできました。&#60;br /&#62;
フック云々はプラグインを作るときの話のようで、私の知識では難しいです。&#60;br /&#62;
アンカータグの属性については、リンク先の説明はimage_send_to_editorについての話なので、よくわかりません。&#60;br /&#62;
記事編集フォームの上部にある「link」というボタンを押したときの動作で、target属性を入れたいんです。すみません説明不足でした。
&#60;/p&#62;</description>
</item>
<item>
<title>jim912 :  "画像貼り付け時のtitle属性などを消したい"</title>
<link>http://ja.forums.wordpress.org/topic/2834#post-11698</link>
<pubDate>Tue, 17 Nov 2009 13:37:07 +0000</pubDate>
<dc:creator>jim912</dc:creator>
<guid isPermaLink="false">11698@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;ringnirさん、こんにちは。&#60;/p&#62;
&#60;p&#62;残念ながら、デフォルトでは管理画面からの設定はできません。&#60;br /&#62;
ただし、WordPressには、様々なフックが用意されており、挿入されるimgタグも例外ではありません。&#60;br /&#62;
タグの生成は、wp-includes/media.phpのget_image_tag関数で行われていますので、classの文字列をフックできるget_image_tag_classや、imgタグ全体をフックできるget_image_tagを用いて、改変なしでもソースの出力を変えることが可能です。&#60;/p&#62;
&#60;p&#62;またtarget属性については、下記を参考にしてみてください。&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://ja.forums.wordpress.org/topic/2786&#34;&#62;投稿記事に挿入した画像をデフォルトで別ウィンドウリンクさせたい。&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>offmarknaoto :  "メディア（画像）の挿入が出来ない"</title>
<link>http://ja.forums.wordpress.org/topic/2821#post-11691</link>
<pubDate>Tue, 17 Nov 2009 08:40:06 +0000</pubDate>
<dc:creator>offmarknaoto</dc:creator>
<guid isPermaLink="false">11691@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;他のレンタルサーバで試して見たところ、上手くいきました。&#60;br /&#62;
お騒がせ致しました。&#60;br /&#62;
lilyfanさん、有難う御座いました。
&#60;/p&#62;</description>
</item>
<item>
<title>offmarknaoto :  "メディア（画像）の挿入が出来ない"</title>
<link>http://ja.forums.wordpress.org/topic/2821#post-11683</link>
<pubDate>Tue, 17 Nov 2009 05:53:16 +0000</pubDate>
<dc:creator>offmarknaoto</dc:creator>
<guid isPermaLink="false">11683@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;phpがcgiモードで実行されているようです。&#60;br /&#62;
これが原因でしょうか？
&#60;/p&#62;</description>
</item>
<item>
<title>ringnir :  "画像貼り付け時のtitle属性などを消したい"</title>
<link>http://ja.forums.wordpress.org/topic/2834#post-11681</link>
<pubDate>Tue, 17 Nov 2009 05:02:43 +0000</pubDate>
<dc:creator>ringnir</dc:creator>
<guid isPermaLink="false">11681@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;記事に画像貼り付ける際に、imgタグ内にtitleとか、classとかの属性を出力しないようにするには、どうすればいいんでしょうか？&#60;br /&#62;
WPの管理画面で出力しないような設定にできますか？&#60;br /&#62;
多分、何らかのphpファイルを編集しないといけないと思うのですが、該当するphpがどれなのかわかりません。&#60;/p&#62;
&#60;p&#62;また、アンカータグを貼り付ける際に、target=&#34;_blank&#34;などを自動的に追加したいのですが、これも設定方法などがわかりません。&#60;br /&#62;
これもphpの編集が必要だと思いますが、該当するphpがどれかわかりません。
&#60;/p&#62;</description>
</item>
<item>
<title>offmarknaoto :  "メディア（画像）の挿入が出来ない"</title>
<link>http://ja.forums.wordpress.org/topic/2821#post-11675</link>
<pubDate>Mon, 16 Nov 2009 23:50:48 +0000</pubDate>
<dc:creator>offmarknaoto</dc:creator>
<guid isPermaLink="false">11675@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;ご返答、有難う御座います。&#60;br /&#62;
mod_rewriteはあると思うのですが・・・&#60;/p&#62;
&#60;p&#62;.htaccessは&#60;/p&#62;
&#60;p&#62;RewriteEngine On&#60;br /&#62;
RewriteBase /&#60;/p&#62;
&#60;p&#62;#uploaded files&#60;br /&#62;
RewriteRule ^(.*/)?files/$ index.php [L]&#60;br /&#62;
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*&#60;br /&#62;
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]&#60;/p&#62;
&#60;p&#62;# add a trailing slash to /wp-admin&#60;br /&#62;
RewriteCond %{REQUEST_URI} ^.*/wp-admin$&#60;br /&#62;
RewriteRule ^(.+)$ $1/ [R=301,L]&#60;/p&#62;
&#60;p&#62;RewriteCond %{REQUEST_FILENAME} -f [OR]&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} -d&#60;br /&#62;
RewriteRule . - [L]&#60;br /&#62;
RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]&#60;br /&#62;
RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]&#60;br /&#62;
RewriteRule . index.php [L]&#60;/p&#62;
&#60;p&#62;&#38;lt;IfModule mod_security.c&#38;gt;&#60;br /&#62;
&#38;lt;Files async-upload.php&#38;gt;&#60;br /&#62;
SecFilterEngine Off&#60;br /&#62;
SecFilterScanPOST Off&#60;br /&#62;
&#38;lt;/Files&#38;gt;&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;上記のようになっております。&#60;br /&#62;
おかしな点は、ありますでしょうか？
&#60;/p&#62;</description>
</item>
<item>
<title>lilyfan :  "メディア（画像）の挿入が出来ない"</title>
<link>http://ja.forums.wordpress.org/topic/2821#post-11661</link>
<pubDate>Mon, 16 Nov 2009 09:59:14 +0000</pubDate>
<dc:creator>lilyfan</dc:creator>
<guid isPermaLink="false">11661@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;これはそういうものです。WordPress MU の場合、物理的なディレクトリーと、一般に公開される URL のパスは一致しません。「blogs.dir/数値/」は見えない形で公開されるようになっています。&#60;br /&#62;
したがって、WordPress MU が記事に挿入した URL が正しく、これで閲覧できるようになっているはずです。もし閲覧できなければ、それは WordPress MU のインストールに失敗しています。mod_rewrite がないとか、そういう状況だと MU はうまく動作しないので、そのへんを確認してみてください。
&#60;/p&#62;</description>
</item>
<item>
<title>offmarknaoto :  "メディア（画像）の挿入が出来ない"</title>
<link>http://ja.forums.wordpress.org/topic/2821#post-11643</link>
<pubDate>Sun, 15 Nov 2009 05:18:50 +0000</pubDate>
<dc:creator>offmarknaoto</dc:creator>
<guid isPermaLink="false">11643@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;muでアップロードしたイメージファイルと挿入されるアドレス（パス）が違っていて&#60;br /&#62;
上手くいきません。&#60;br /&#62;
セットアップや設定の影響でしょうか？&#60;br /&#62;
バージョンは2.8.4です。 &#60;/p&#62;
&#60;p&#62;アップロード先は&#60;br /&#62;
/wp-content/blogs.dir/1/files/2009/10/ 等です。&#60;/p&#62;
&#60;p&#62;記事に挿入すると・・・&#60;br /&#62;
/files/2009/10/ 等になってしまいます。
&#60;/p&#62;</description>
</item>
<item>
<title>nsny :  "親ページで属する子ページの最初の画像をギャラリー化する"</title>
<link>http://ja.forums.wordpress.org/topic/2797#post-11573</link>
<pubDate>Wed, 11 Nov 2009 03:51:39 +0000</pubDate>
<dc:creator>nsny</dc:creator>
<guid isPermaLink="false">11573@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;jim912さん、さっそくのお答えありがとうございます。&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink( $child-&#38;gt;ID ); ?&#38;gt;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;で子ページへのパーマリンクが取得できました。&#60;br /&#62;
本当にありがとうございます。&#60;br /&#62;
jim912さんのおかげでまたひとつサイト完成まで近づけました。&#60;br /&#62;
こちらの件は解決いたしましたのでトピックはしめさせていただきますが、またわからないことがあったらお邪魔させていただこうと思いますので、その時はまたよろしくお願いいたします。&#60;br /&#62;
本当にありがとうございました。
&#60;/p&#62;</description>
</item>
<item>
<title>jim912 :  "親ページで属する子ページの最初の画像をギャラリー化する"</title>
<link>http://ja.forums.wordpress.org/topic/2797#post-11571</link>
<pubDate>Wed, 11 Nov 2009 03:34:21 +0000</pubDate>
<dc:creator>jim912</dc:creator>
<guid isPermaLink="false">11571@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;nsnyさん、こんにちは。&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink( $child-&#38;gt;ID ); ?&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;で子ページへのリンクになりますです。
&#60;/p&#62;</description>
</item>
<item>
<title>nsny :  "親ページで属する子ページの最初の画像をギャラリー化する"</title>
<link>http://ja.forums.wordpress.org/topic/2797#post-11568</link>
<pubDate>Wed, 11 Nov 2009 02:04:43 +0000</pubDate>
<dc:creator>nsny</dc:creator>
<guid isPermaLink="false">11568@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;jim912さん、素晴らしいコード本当にありがとうございます！&#60;br /&#62;
親ページのギャラリーは思った通りの表現ができました。&#60;br /&#62;
それでできればもうひとつ教えていただきたいのですが、出力した画像とタイトルにその各子ページのアンカーをつけたいのですがそれはどうすればよいのでしょうか？&#60;br /&#62;
本当にわがままですが御教授いただければ幸いです。
&#60;/p&#62;</description>
</item>
<item>
<title>jim912 :  "親ページで属する子ページの最初の画像をギャラリー化する"</title>
<link>http://ja.forums.wordpress.org/topic/2797#post-11564</link>
<pubDate>Tue, 10 Nov 2009 18:34:25 +0000</pubDate>
<dc:creator>jim912</dc:creator>
<guid isPermaLink="false">11564@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;nsnyさん、こんにちは。&#60;/p&#62;
&#60;p&#62;ソースや文章の中からタグなどの一定のパターンを抽出するときは、正規表現を用いるとやりやすいです。&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$max_w = 100;
$max_h = 100;
if ( $post-&#38;gt;post_parent == 0 ) {
	$child_posts = get_posts( &#38;#39;numberposts=-1&#38;amp;order=ASC&#38;amp;orderby=post_title&#38;amp;post_type=page&#38;amp;post_parent=&#38;#39; . $post-&#38;gt;ID );
	if ( $child_posts ) {
		foreach ( $child_posts as $child ) {
			$c_postname = $child-&#38;gt;post_name ;
			if ( preg_match( &#38;#39;/&#38;lt;img[^&#38;gt;]+?&#38;gt;/i&#38;#39;, $child-&#38;gt;post_content, $image ) ) {

			 	preg_match( &#38;#39;/width=&#38;quot;([\d]+)&#38;quot;/i&#38;#39;, $image[0], $img_width );
			 	preg_match( &#38;#39;/height=&#38;quot;([\d]+)&#38;quot;/i&#38;#39;, $image[0], $img_height );

				$image[0] = preg_replace( &#38;#39;/class=&#38;quot;([^&#38;quot;]*)(alignleft&#124;alignright&#124;aligncenter)([^&#38;quot;]*)&#38;quot;/i&#38;#39;, &#38;#39;class=&#38;quot;$1alignnone$3&#38;quot;&#38;#39;, $image[0] );

				if ( $img_width[1] &#38;gt; $max_w &#124;&#124; $img_height[1] &#38;gt; $max_h ) {
					if ( $img_width[1] &#38;lt;= $max_w ) {
						$img_width = &#38;#39;&#38;#39;;
						$img_height = &#38;#39; height=&#38;quot;&#38;#39; . $max_h . &#38;#39;&#38;quot;&#38;#39;;
					} elseif ( $img_height[1] &#38;lt;= $max_h ) {
						$img_width = &#38;#39; width=&#38;quot;&#38;#39; . $max_w . &#38;#39;&#38;quot;&#38;#39;;
						$img_height = &#38;#39;&#38;#39;;
					} else {
						if ( $img_width[1] * $max_h &#38;gt; $img_height[1] * $max_w ) {
							$img_width = &#38;#39; width=&#38;quot;&#38;#39; . $max_w . &#38;#39;&#38;quot;&#38;#39;;
							$img_height = &#38;#39;&#38;#39;;
						} else {
							$img_width = &#38;#39;&#38;#39;;
							$img_height = &#38;#39; height=&#38;quot;&#38;#39; . $max_h . &#38;#39;&#38;quot;&#38;#39;;
						}
					}
					$image[0] = preg_replace( &#38;#39;/ width=&#38;quot;[\d]+&#38;quot;/i&#38;#39;, $img_width, $image[0] );
					$image[0] = preg_replace( &#38;#39;/ height=&#38;quot;[\d]+&#38;quot;/i&#38;#39;, $img_height, $image[0] );
				}
?&#38;gt;
&#38;lt;div class=&#38;quot;child_index&#38;quot;&#38;gt;
&#38;lt;?php echo apply_filters( &#38;#39;the_title&#38;#39;, $child-&#38;gt;post_title ); ?&#38;gt;
&#38;lt;?php echo $image[0]; ?&#38;gt;
&#38;lt;/div&#38;gt;
&#38;lt;?php
			}
		}
	}
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;※ 最初の１つのみでよいので、画像タグの抽出にはpreg_matchを使っています。全てを取得する場合は、preg_match_allが利用できます。&#60;br /&#62;
※ 画像のサイズ取得も、タグの記述を元にしています。厳密性を重視するのであれば、getimagesizeを用いるべきすが。&#60;br /&#62;
※ 画像の配置指定はalignnoneになるように置換処理を行っています。
&#60;/p&#62;</description>
</item>
<item>
<title>nsny :  "親ページで属する子ページの最初の画像をギャラリー化する"</title>
<link>http://ja.forums.wordpress.org/topic/2797#post-11556</link>
<pubDate>Tue, 10 Nov 2009 12:46:20 +0000</pubDate>
<dc:creator>nsny</dc:creator>
<guid isPermaLink="false">11556@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;先ほどの質問の追記です。&#60;br /&#62;
ギャラリー化する親ページではカスタムテンプレートを使用して、そのPHPファイルにその設定ができないかと思っております。&#60;br /&#62;
また子ページからは画像とタイトルも取得できればうれしいです。&#60;br /&#62;
上のコードのようにdiv等のHTMLソースをいじり易かったら最高です。&#60;br /&#62;
どうがお知恵をお貸しください。よろしくお願いいたします。
&#60;/p&#62;</description>
</item>
<item>
<title>nsny :  "親ページで属する子ページの最初の画像をギャラリー化する"</title>
<link>http://ja.forums.wordpress.org/topic/2797#post-11550</link>
<pubDate>Tue, 10 Nov 2009 10:43:11 +0000</pubDate>
<dc:creator>nsny</dc:creator>
<guid isPermaLink="false">11550@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;お世話になります。&#60;br /&#62;
当方、WordPressもPHPも素人なのでぜひ御教授いただければと思います。&#60;br /&#62;
現在WordPress 2.8.5でCMSとしてサイトを作っております。&#60;br /&#62;
タイトルの通りなのですが親ページに属する子ページそれぞれの最初の画像を読み込み、その親ページにてギャラリーのように表示したいのですが…&#60;br /&#62;
現状ではこちらのフォーラムの「親ページに属する全子ページのタイトルと本文を表示」でありました、&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
if ( $post-&#38;gt;post_parent == 0 ) {
	$child_posts = get_posts( &#38;#39;numberposts=-1&#38;amp;order=ASC&#38;amp;orderby=post_title&#38;amp;post_type=page&#38;amp;post_parent=&#38;#39; . $post-&#38;gt;ID );
	if ( $child_posts ) {
		foreach ( $child_posts as $child ) {
			$c_postname = $child-&#38;gt;post_name ;
			$c_content = get_extended( $child-&#38;gt;post_content );
			$c_content = apply_filters( &#38;#39;the_content&#38;#39;, $c_content[&#38;#39;main&#38;#39;] );
?&#38;gt;

&#38;lt;div id=&#38;quot;&#38;lt;?php echo $c_postname; ?&#38;gt;&#38;quot;&#38;gt;
&#38;lt;?php echo $c_content; ?&#38;gt;
&#38;lt;/div&#38;gt;

&#38;lt;?php
		}
	}
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;を使用して、&#38;lt;!--more--&#38;gt; の前に画像を入れることで何とかやっていました。&#60;br /&#62;
しかしながら検索で結果に抜粋を表示したいのでthe_excerptを使用しているのですがページでは何も表示されないのでthe_contentで&#38;lt;!--more--&#38;gt; を使用したくなったのですが、やはりそうすると先ほどの画像が表示されるだけですよね…&#60;br /&#62;
なのでそれを一気に解決できるような方法はないでしょうか？&#60;br /&#62;
できればその画像は大きさを設定でき（現状ではCSSで表示される画像の大きさを変えています）、テンプレートに挿入できればありがたいです。&#60;br /&#62;
ヒントやコードがわかる方がいらしたらぜひ御教授下さい。
&#60;/p&#62;</description>
</item>
<item>
<title>ayasyoka :  "アバターが消えました。"</title>
<link>http://ja.forums.wordpress.org/topic/2782#post-11490</link>
<pubDate>Sat, 07 Nov 2009 06:26:28 +0000</pubDate>
<dc:creator>ayasyoka</dc:creator>
<guid isPermaLink="false">11490@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;本当にお騒がせしました。&#60;/p&#62;
&#60;p&#62;解決しました。
&#60;/p&#62;</description>
</item>
<item>
<title>ayasyoka :  "アバターが消えました。"</title>
<link>http://ja.forums.wordpress.org/topic/2782#post-11489</link>
<pubDate>Sat, 07 Nov 2009 06:21:53 +0000</pubDate>
<dc:creator>ayasyoka</dc:creator>
<guid isPermaLink="false">11489@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;先日、左サイドバーにアバターを貼り付けていましたが、&#60;/p&#62;
&#60;p&#62;突然、消えました。&#60;/p&#62;
&#60;p&#62;index phpを色々と変えたりしていて、&#60;br /&#62;
気付いたら、消えていました。&#60;/p&#62;
&#60;p&#62;左サイドバーのphpには、&#60;br /&#62;
アバター画像が貼れるように設定されています。&#60;/p&#62;
&#60;p&#62;index phpは操作していたところは以下の部分です。&#60;/p&#62;
&#60;p&#62;&#38;lt;h4&#38;gt;&#60;a&#62;&#34; rel=&#34;bookmark&#34; title=&#34;Permanent Link to &#38;lt;?php the_title(); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;	&#38;lt;?php edit_post_link('&#38;lt;img src=&#34;'.get_bloginfo(template_directory).'/images/pencil.png&#34; alt=&#34;Edit Link&#34; /&#38;gt;','&#38;lt;span class=&#34;editlink&#34;&#38;gt;','&#38;lt;/span&#38;gt;'); ?&#38;gt;&#38;lt;/h4&#38;gt;&#60;br /&#62;
　&#38;lt;?php the_content('Read the rest of this entry &#38;raquo;'); ?&#38;gt;&#60;br /&#62;
   &#38;lt;?php $withcomments = true; comments_template(); ?&#38;gt;	&#60;/p&#62;
&#60;p&#62;         &#38;lt;?php endwhile; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php include (TEMPLATEPATH . '/navigation.php'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;間違えて必要な部分を消してしまったのか、&#60;br /&#62;
他に何か原因があるのか教えて下さい。
&#60;/p&#62;</description>
</item>
<item>
<title>ayasyoka :  "プロフィールの画像について"</title>
<link>http://ja.forums.wordpress.org/topic/2726#post-11289</link>
<pubDate>Sat, 31 Oct 2009 06:09:29 +0000</pubDate>
<dc:creator>ayasyoka</dc:creator>
<guid isPermaLink="false">11289@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;jim912さま&#60;/p&#62;
&#60;p&#62;ずっと出来ずにいた画像が&#60;br /&#62;
簡単に出来ました。&#60;/p&#62;
&#60;p&#62;本当に助かりました。&#60;/p&#62;
&#60;p&#62;ありがとうございました。
&#60;/p&#62;</description>
</item>
<item>
<title>jim912 :  "プロフィールの画像について"</title>
<link>http://ja.forums.wordpress.org/topic/2726#post-11288</link>
<pubDate>Sat, 31 Oct 2009 05:19:00 +0000</pubDate>
<dc:creator>jim912</dc:creator>
<guid isPermaLink="false">11288@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;ayasyokaさん、こんにちは。&#60;/p&#62;
&#60;p&#62;Gravatarの登録がちゃんと完了しているのであれば、まず設定メニューのディスカッションページ内、アバター項目の「アバターの表示」が「アバターを表示する」になっていることと、「評価による制限」がアバターの登録時に設定したratingを超えていないことを確認して、利用しているテーマのsidebar.phpに&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php echo get_avatar( get_option( &#38;#39;admin_email&#38;#39; ), &#38;#39;96&#38;#39; ); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;のような記述を追加すればサイドバーに表示されるはずです。&#60;br /&#62;
上記は、設定メニューの一般設定ページ内、メールアドレスを利用していますので、Gravatarに登録してあるメールアドレスがこれに該当しない場合、Gravatarにメールアドレスを追加する必要があります。&#60;br /&#62;
96というパラメータは画像のサイズになりますので、テーマのサイズに合わせて変更してください。ただし、あまり大きくすると画像の拡大によりぼやけてしまうのでほどほどにしておく必要があります。
&#60;/p&#62;</description>
</item>
<item>
<title>ayasyoka :  "プロフィールの画像について"</title>
<link>http://ja.forums.wordpress.org/topic/2726#post-11283</link>
<pubDate>Sat, 31 Oct 2009 01:33:56 +0000</pubDate>
<dc:creator>ayasyoka</dc:creator>
<guid isPermaLink="false">11283@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;ワードプレスをはじめたばかりです&#60;/p&#62;
&#60;p&#62;プロフィール画像をサイドバーに&#60;br /&#62;
貼りつけたいのですが、&#60;br /&#62;
どうしたら出来ますか？&#60;/p&#62;
&#60;p&#62;フォーラムを見ていて、&#60;br /&#62;
 Gravatarに登録が必要と思い、しましたが、&#60;br /&#62;
 Gravatarのホームの動画のように出来ません。&#60;/p&#62;
&#60;p&#62;どうしたらよいのでしょうか？&#60;br /&#62;
 Gravatarに登録後、&#60;br /&#62;
必要な作業がありますか？
&#60;/p&#62;</description>
</item>
<item>
<title>hazeleye :  "画像アップロード短縮化。"</title>
<link>http://ja.forums.wordpress.org/topic/2725#post-11268</link>
<pubDate>Fri, 30 Oct 2009 15:01:32 +0000</pubDate>
<dc:creator>hazeleye</dc:creator>
<guid isPermaLink="false">11268@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;使用しているバージョンはwordpress2.8.4です。&#60;/p&#62;
&#60;p&#62;やりたいことは「画像アップロード時に自動で文章内に画像が挿入される」です。&#60;/p&#62;
&#60;p&#62;投稿に画像を入れる際、通常だと&#60;/p&#62;
&#60;p&#62;　１．画像追加アイコンをクリック&#60;br /&#62;
　２、「コンピューターから」を選ぶ（←ＵＲＬからはいったん気にしないでください）&#60;br /&#62;
　３、ファイルを選択&#60;br /&#62;
　４、入れたい画像ファイルを選択して、アップロード&#60;br /&#62;
　５、諸所の設定（キャプションやら説明やら配置やら）を決める&#60;br /&#62;
　６、投稿に挿入をクリック&#60;br /&#62;
　７、文章内に画像が表示される&#60;/p&#62;
&#60;p&#62;と結構手順が多く、わかりにくいです。&#60;/p&#62;
&#60;p&#62;これを&#60;/p&#62;
&#60;p&#62;　１．画像追加アイコンをクリック&#60;br /&#62;
　２、「コンピューターから」を選ぶ&#60;br /&#62;
　３、ファイルを選択&#60;br /&#62;
　４、入れたい画像ファイルを選択して、アップロード&#60;br /&#62;
　５、文章内に画像が表示される&#60;/p&#62;
&#60;p&#62;で、終了したいです。&#60;/p&#62;
&#60;p&#62;もしくは画像追加アイコンなどいらず、投稿画面に最初から&#60;br /&#62;
画像のアップロードボタンが表示されていて、&#60;/p&#62;
&#60;p&#62;　１、アップロードボタンをクリック。&#60;br /&#62;
　２、入れたい画像ファイルを選択して、アップロード。&#60;br /&#62;
　３、文章内に画像が表示される&#60;/p&#62;
&#60;p&#62;で終了させたいです。&#60;/p&#62;
&#60;p&#62;もじ上記の実現方法をご存知の方がいらっしゃったら&#60;br /&#62;
ご助力いただけませんでしょうか。
&#60;/p&#62;</description>
</item>
<item>
<title>pippe :  "ヘッダーのブログタイトル部分を画像にしたいのですが"</title>
<link>http://ja.forums.wordpress.org/topic/2712#post-11215</link>
<pubDate>Thu, 29 Oct 2009 05:21:37 +0000</pubDate>
<dc:creator>pippe</dc:creator>
<guid isPermaLink="false">11215@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;ありがとうございます！&#60;br /&#62;
解決しました。&#60;/p&#62;
&#60;p&#62;自分なりにももっと勉強します。&#60;br /&#62;
本当にありがとうございました。
&#60;/p&#62;</description>
</item>
<item>
<title>kvex :  "ヘッダーのブログタイトル部分を画像にしたいのですが"</title>
<link>http://ja.forums.wordpress.org/topic/2712#post-11199</link>
<pubDate>Thu, 29 Oct 2009 01:03:36 +0000</pubDate>
<dc:creator>kvex</dc:creator>
<guid isPermaLink="false">11199@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;それじゃダメですね&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;img src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_directory&#38;#39;) ;?&#38;gt;/images/top.jpg&#38;quot; alt=&#38;quot;top&#38;quot; width=&#38;quot;640&#38;quot; height=&#38;quot;300&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;こうです。
&#60;/p&#62;</description>
</item>
<item>
<title>pippe :  "ヘッダーのブログタイトル部分を画像にしたいのですが"</title>
<link>http://ja.forums.wordpress.org/topic/2712#post-11198</link>
<pubDate>Wed, 28 Oct 2009 23:13:14 +0000</pubDate>
<dc:creator>pippe</dc:creator>
<guid isPermaLink="false">11198@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;ありがとうございます。&#60;br /&#62;
imgタグですが&#60;br /&#62;
&#60;code&#62;&#38;lt;img src=&#38;quot;images/top.jpg&#38;quot; alt=&#38;quot;top&#38;quot; width=&#38;quot;640&#38;quot; height=&#38;quot;300&#38;quot; /&#38;gt;&#60;/code&#62;&#60;br /&#62;
と書き込みました。
&#60;/p&#62;</description>
</item>
<item>
<title>kvex :  "ヘッダーのブログタイトル部分を画像にしたいのですが"</title>
<link>http://ja.forums.wordpress.org/topic/2712#post-11196</link>
<pubDate>Wed, 28 Oct 2009 22:12:59 +0000</pubDate>
<dc:creator>kvex</dc:creator>
<guid isPermaLink="false">11196@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;アップロードした場所の問題じゃなくて、タグの書き方の問題ではないですか？&#60;br /&#62;
img タグをどのように記述したのか書いていただけると解決が早いと思います。&#60;/p&#62;
&#60;p&#62;例えばこんな感じになると思います。&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;img src=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;template_directory&#38;#39;) ;?&#38;gt;/images/sample.jpg&#38;quot; alt=&#38;quot;画像&#38;quot; width=&#38;quot;468&#38;quot; height=&#38;quot;200&#38;quot; /&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>pippe :  "ヘッダーのブログタイトル部分を画像にしたいのですが"</title>
<link>http://ja.forums.wordpress.org/topic/2712#post-11195</link>
<pubDate>Wed, 28 Oct 2009 21:46:04 +0000</pubDate>
<dc:creator>pippe</dc:creator>
<guid isPermaLink="false">11195@http://ja.forums.wordpress.org/</guid>
<description>&#60;p&#62;たびたびすみません、CSSも一部のせておきます。&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;*/

/* ####################
GENERAL
#################### */

body
{
background-color:white;  /*  I normally wouldn&#38;#39;t set this, but my screengrabber doesn&#38;#39;t take if I don&#38;#39;t define a color.  */
margin:0;
}

img {
border: 0;
}

#fourohfour_supemi {		/*  Body of 404.  */
font-size: xx-large;
text-align:center;
margin-bottom:25px;
}

#fourohfour_nav_supemi {	/*  Header nav of 404.  */
text-align:center;
margin-top:60px;
margin-bottom:60px;
font-family:serif;
}

/* ####################
EVERYTHING INSIDE
#################### */

#everything_inside_supemi {	/*  Everything inside, all the content between header and footer.  */
margin:0 auto;
padding-bottom:60px;
overflow:hidden;
width:800px;
}

/* ####################
TOP (POSTS)
#################### */

#top_container_supemi {		/*  Div containing 1.  Date positioning div, 2.  Blog post positioning div.  */
overflow:hidden;
}

.date_supemi {			/*  1.  Date positioning div.  */
width:130px;
float:left;
text-align:right;
}

/*  Nothing here.  */		/*  2.  Blog post positioning div is actually an inline style.  Why?  See: &#60;a href=&#34;http://wordpress.org/support/topic/270619&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/270619&#60;/a&#62;  */

/* ####################
BOTTOM (SIDEBARS)
#################### */

#bottom_container_supemi {	/*  Div containing 1.  Left sidebar positioning div, 2.  Right sidebar positioning div.  */
margin-right:150px;
margin-left:150px;
}

#left_sidebar_supemi {		/*  1.  Left sidebar positioning div.  */
width:49%;
float:left;
margin-left:-40px;
}

#right_sidebar_supemi {		/*  2.  Right sidebar positioning div.  */
width:49%;
float:right;
margin-right:40px;
}

/* ####################
HEADER/FOOTER
#################### */

#header_supemi {		/*  Positions header.  */
text-align:center;
margin-bottom:60px;
}

#subheader_supemi {		/*  Positions extra-title bits of the header.  */
overflow: hidden;
width: 100%;
}

#subheadernav_supemi {		/*  Positions breadcrumb.  */
width: 48%;
float: left;
text-align: left;
padding:5px;
}

#subheaderforms_supemi {	/*  Positions forms (search, etc.)  */
width: 48%;
float: right;
text-align: right;
padding:5px;
}

#footer_supemi {		/*  Positions footer.  */
clear:both;
text-align:center;
padding-top:15px;
padding-bottom:1px;
}

/* ####################
FIXES (CORRECTIONS FOR GLITCHES)
#################### */

.go_up_supemi {			/*  Makes sure post titles align to top with dates.  */
margin-top:0;
}

.navigation {			/*  Positions navigation.  */
text-align:center;
width : 500px;
margin-left : 150px;
margin-right : 150px;
padding-bottom : 60px;
}

#comment {			/*  Adjusts width of comment box.  */
width:500px;
}

/* ####################
READABILITY
#################### */

.date_supemi {			/*  Date typography.  */
font-weight:bold;
font-size:1.5em;
}

#meta_info_supemi {		/*  &#38;quot;single.php&#38;quot; meta info typography.  */
font-size:x-small;
font-weight:bold;
}

#top_container_supemi {		/*  Justifies text around pics.  */
text-align:justify;
}

.go_bold_supemi {		/*  Bolds things and spaces them apart when needed.  */
font-weight:bold;
margin-top:60px;
margin-bottom:15px;
}

.avatar {			/*  Spaces avatars in relation to comments.  */
float:right;
padding-left:5px;
}

.each_comment_supemi {		/*  Spaces comments apart.  */
border-top:1px solid;
margin-bottom:15px;
padding-top:15px;
}

#respond_supemi {		/*  Spaces response fields down from rest of the page.  */
margin-top:60px;
}

.sticky {			/*  Sticky post typography.  */
font-size:x-large;
}

/* ####################
OPTIONAL
#################### */

#blog_title_supemi {			/*  Typography and spacing of blog title to stand out.  */
font-size:3em;
text-transform:uppercase;
margin-top:60px;
}		

a:link#blog_title_text_supemi {		/*  Styles link if blog title is text.  Comment this entire section out if your title isn&#38;#39;t text, such as a graphic.  */
color:black;
text-decoration:none;
}
a:visited#blog_title_text_supemi {
color:black;
text-decoration:none;
}
a:active#blog_title_text_supemi {
color:white;
text-decoration:none;
background-color:black;
}
a:hover#blog_title_text_supemi {
color:white;
text-decoration:none;
background-color:black;
}

#everything_inside_supemi {		/*  Typography everything inside.  Distinguishes it from header/footer.  */
font-family: sans-serif;
}

#subheadernav_supemi, #subheaderforms_supemi, #footer_supemi, .navigation {	/* Typography of header/footer div. Distinguishes it from everything inside.  */
font-family:garamond, georgia, &#38;quot;times new roman&#38;quot;, serif;
}

.comment_text_supemi {			/*  Pretties up comment-to-avatar spacing by justifying.  */
text-align:justify;
}

#left_sidebar_supemi,#right_sidebar_supemi {		/*  Sidebar typography.  */
font-size:x-small;
color: gray;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>

</channel>
</rss>
