• Resolved AsHerWorldTurns

    (@asherworldturns)


    Hello,

    I’m trying to move the post title and date to the right of the thumbnail image on this site. Right now the title/date sits above the thumbnail and it’s very spaced out. But if the title/date shifted to the right of the thumbnail (above the excerpt text) then it would look more visually compact. Any ideas how I can do this? I use excerpts for everything except single posts so I’m looking for code that would apply to all of that. Maybe something in my content.php file (I’m using a child theme) near this code:

    <?php if ( !is_single() ) : // Only displays content for single posts. Displays excerpts for everything else. ?>

    Any help would be appreciated!

Viewing 16 replies (of 16 total)
  • I know this thread has already resolved, but I have the similar question and I follow alchymth’s codes. Everything works well except that there is an unwanted featured image thumbnail on top of the post title. Please take a look here:
    https://www.dongphotography.ca/home

    I am using Twenty Twelve. In my child theme I have the content.php and I removed the line <?php the_post_thumbnail(); ?>, which is supposed to solve the problem, but it is not.

    Is it because I move the featured image code ahead of <header class="entry-header"> How can I fix the problem?

Viewing 16 replies (of 16 total)
  • The topic ‘How to move post title and date next to thumbnail image?’ is closed to new replies.