-
ID:k3wO4h さんの質問

現在、ライブドアブログを使ってます。ブログタイトルがトップページは消せたのですが、個別記事とカテゴリ、月別のページだとブログタイトルが表示されます。
<h1 id="blog-title"><a href="<$BlogUrl$>"><$BlogTitle ESCAPE$></a></h1>
の部分はそれぞれ消したんですが、何故か表示されます。
修正箇所が分かる方、回答よろしくお願いします。

みんなの回答 2 件

ID:k3wO4h さんの回答

個別記事ページのhead内のコードになります。
ご査収ください。

<head> 
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> 
<meta name="viewport" content="width=1240"> 
<$HeadSectionCommon$> 
<meta name="description" content="<$ArticleDescription ESCAPE$>" /> 
<$OGP$> 
<IfFoafUrl></IfFoafUrl> 
<title><$ArticleTitle ESCAPE$> : <$BlogTitle ESCAPE$></title> 
<script src="<$EmojiJsUrl$>"></script> 
<script src="<$MiscJsUrl$>"></script> 
<!--[if lt IE 9]> 
<script src="<$PartsBaseUrl$>/js/html5.js"></script> 
<![endif]--> 
<script src="<$PartsBaseUrl$>/js/usr/import.js"></script> 
<script> 
$(function(){ 
  if($('.header-inner01').children('#blog-header-image').length) { 
    $(window).bind('load', function() { 
      var title1 = $('#blog-header-image').height(); 
      var title2 = $('.header-menu').height(); 
      var headerHeight = title1-title2-15; 
      $("hgroup").css("height", headerHeight); 
    }); 
  } 
}); 
</script> 
</head>
ID:.leopm

ペンギン速報さん。ライブドアブログの仕様をちゃんと理解してから質問してみましょう。

ID:t6n5Be さんの回答

自己解決しました。
閲覧や回答して頂いた方、ありがとうございました。

最終更新日:2013-02-11 (4,634 views)

関連するトピックス

ページ上部に戻る