• 締切済み

ランラム表示

よろしくお願いシアンス^^ ランダム表示について 貼り付けのURLの変更が色々変えてみたんですがエラーが出ますよろしくお願いします。 WordPress のテーマに表示させたいんですが banner.phpの内容 <?php $bnSrc[0]='<a href="http://xxxxx.jp/home/" target="_blank"><img src="http://xxxxx.jp/home/wp-content/themes/kaeruba/images/top_img_l/1.jpg" alt="バナー1" border="0" /></a>'; $bnSrc[1]='<a href="http://xxxxx.jp/home/" target="_blank"><img src="http://xxxxx.jp/home/wp-content/themes/kaeruba/images/top_img_l/2.jpg" alt="バナー2" border="0" /></a>'; $bnSrc[2]='<a href="http://xxxxx.jp/home/" target="_blank"><img src="http://xxxxx.jp/home/wp-content/themes/kaeruba/images/top_img_l/3.jpg" alt="バナー2" border="0" /></a>'; $n = mt_rand(0,count($bnSrc)-1); $bn = $bnSrc[$n]; echo $bn; ?> 貼り付け <?php $openfile = file_get_contents('http://xxxxx.jp/home/wp-content/themes/kaeruba/images/top_img_l/banner.php');// echo $openfile;// ?> 上記のURLの部分を<?php bloginfo('template_url');?>を使うとエラーが出ます 根本的に<?php bloginfo('template_url');?>は使えないのでしょうか

みんなの回答

  • ts3m-ickw
  • ベストアンサー率43% (1248/2897)
回答No.1

bloginfo()の中の'をエスケープしてないんじゃない?

関連するQ&A

専門家に質問してみよう