• Hello guys!

    On my latest posts-page, I would like the post thumbnail aligned to the left, and the header and excerpt to the right. (Instead of the default above/below.) How can I do this?

    Best regards
    Leo

Viewing 1 replies (of 1 total)
  • Thread Starter ceriol

    (@ceriol)

    I want it to look like this.

    Do I do it in style.css or content.php?

    I guess this is the basic structure of content.php. But I don’t know what to do with it.

    <?php twentyfourteen_post_thumbnail(); ?>
    <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    	<header class="entry-header">
    	</header><!-- .entry-header -->
    	<div class="entry-summary">
    		<?php the_excerpt(); ?>
    	</div><!-- .entry-summary -->
    </article><!-- #post-## -->
Viewing 1 replies (of 1 total)
  • The topic ‘Post thumbnail issues’ is closed to new replies.