Almost done
This commit is contained in:
parent
b0a265ea24
commit
98ea090b9f
19 changed files with 2056 additions and 774 deletions
|
@ -9,13 +9,16 @@
|
|||
?>
|
||||
|
||||
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
|
||||
<header class="entry-header">
|
||||
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
|
||||
<header class="entry-header post-header-image" style="background-image: url('<?php the_post_thumbnail_url(); ?>');">
|
||||
<div id="post-header-details-container">
|
||||
<img id="post-header-details-bg" src="<?php the_post_thumbnail_url(); ?>">
|
||||
<div id="post-header-details">
|
||||
<h1 id="post-title"><?php echo get_the_title(); ?></h1>
|
||||
</div>
|
||||
</div>
|
||||
</header><!-- .entry-header -->
|
||||
|
||||
<?php twentysixteen_post_thumbnail(); ?>
|
||||
|
||||
<div class="entry-content">
|
||||
<div id="body" class="entry-content">
|
||||
<?php
|
||||
the_content();
|
||||
|
||||
|
|
Reference in a new issue