Posts Thumbnails "entry-summary" & prev-next on posts
-
Im using the pratt theme with a static front page and static posts page. Right now It does not show any thumbnails unless I add a featured image.
I have a site with a lot of posts and video posts. My last theme (twentythirteen) would show the first image in the post or the video. It used div entry-content and in content.php for it I found
<?php if ( has_post_thumbnail() && ! post_password_required() && ! is_attachment() ) : ?> <div class="entry-thumbnail">
In Pratt Im seeing “entry-summary” and content.php I see
<?php // Show excerpt for all but single posts (and pages) ?> <div class="entry-summary"> <?php the_excerpt(); ?> <hr> </div><!-- .entry-summary -->
How would I get prat to show first image or embedded video? And what .php files would need to be edited?
Second: if I click into a single post on pratt I am not seeing previous or next navigation links. How would I add these ? In my old theme these were:
<nav class="navigation post-navigation" role="navigation"> <h1 class="screen-reader-text">Post navigation</h1> <div class="nav-links">
Thanks for the great themes!
- The topic ‘Posts Thumbnails "entry-summary" & prev-next on posts’ is closed to new replies.