php content and post excerpts
-
I have tried to insert the code for a post excerpt and I think I switched something around in my php content. I am using the Twenty Twelve Theme. Could you look at this code and see if I messed up my “entry-content” somewhere? My posts show an excerpt but no link to the entire post. My website is https://www.rufftalk4dogs.com. Thank you for your help on this,
<?php if ( is_search() ) : // Only display Excerpts for Search ?> <div class="entry-summary"> <?php the_content(); ?> </div><!-- .entry-summary --> <?php else : ?> <div class="entry-content"> <?php the_excerpt(); ?> <a>"> Read More...</a> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'twentytwelve' ), 'after' => '</div>' ) ); ?> </div><!-- .entry-content --> <?php endif; ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘php content and post excerpts’ is closed to new replies.