Skip to content

Instantly share code, notes, and snippets.

@Olein-jp
Last active November 27, 2019 00:48
Show Gist options
  • Save Olein-jp/e6651e46ead017a00c52c2652e3059b7 to your computer and use it in GitHub Desktop.
Save Olein-jp/e6651e46ead017a00c52c2652e3059b7 to your computer and use it in GitHub Desktop.
<header
class="hogehoge"
<?php if ( has_post_thumbnail() ) : ?>
style="background-image: url(<?php echo wp_get_attachment_url( get_post_thumbnail_id() ); ?>)"
<?php endif; ?>
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment