テーマのカスタマイズでランダムヘッダー

テーマのカスタマイズでランダムヘッダー

<div id="imagewrapper" class="box effect5">
<div id="image">
<?php if(get_header_image()): ?>
<a href="<?php echo home_url(); ?>"><img src="<?php header_image(); ?>" alt="" width="<?php echo HEADER_IMAGE_WIDTH; ?>" height="<?php echo HEADER_IMAGE_HEIGHT; ?>" /></a>
<?php endif; ?>
</div>
</div>
#imagewrapper{width:100%;background:#eeeeee;}
#image{max-width:1400px;margin:0 auto;}
#image img{width:100%;height:auto;vertical-align:bottom;}

@media screen and (max-width: 480px){
#image{max-width:480px;margin:0 auto;}
#image img{width:100%;height:400px;object-fit: cover;vertical-align:bottom;}
}

テーマのカスタマイズで「ヘッダー」が無い

//カスタムヘッダー
add_custom_image_header('','admin_header_style');
function admin_header_style() {}

define('NO_HEADER_TEXT',true);
define('HEADER_IMAGE','%s/header_red.jpg');
define('HEADER_IMAGE_WIDTH',1400);
define('HEADER_IMAGE_HEIGHT',520);

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です