サポート » 使い方全般 » 全てのページにヘッダーを設置したい

  • 解決済 mamemiso

    (@mamemiso)


    全ての固定ページと固定ページに、ヘッダーを表示させたいのですが、どのようにしたらよいでしょうか?WordPressはじめてまだ3ヶ月も経っていない初心者です。よろしくお願いいたします。

    WordPress バージョン4.1.1

2件の返信を表示中 - 16 - 17件目 (全17件中)
  • CG

    (@du-bist-der-lenz)

    646行目辺り。Print theme_options js セクションの直前にあります。

    function get_biz_vektor_header_image_home(){
    	if (is_front_page() && ( biz_vektor_slideExist() || get_header_image()) ) {
    		$biz_vektor_header_image_front = get_biz_vektor_header_image();
    		$biz_vektor_header_image_front = apply_filters( 'biz_vektor_header_image_front', $biz_vektor_header_image_front );
    		return $biz_vektor_header_image_front;
    	}
    }
    
    /*-------------------------------------------*/
    /*	Print theme_options js
    トピック投稿者 mamemiso

    (@mamemiso)

    やっとわかりました。みなさま、大変親切にありがとうございます。本当に助かりました。ありがとうございます。

2件の返信を表示中 - 16 - 17件目 (全17件中)
  • トピック「全てのページにヘッダーを設置したい」には新たに返信することはできません。