Series box on excerpts for other posts
-
Sorry to bother you again but I came across another minor issue. It’s not likely to be a common problem because I don’t see this often used in other themes. Still, I thought you might like to know about it.
Instead of the regular “Next post/previous post” navigation on my single.php template, I’ve included the post thumbnail and an excerpt for each next/previous post. (See the bottom of this post for an example.)
The issue is that if the post you’re currently looking at belongs to a series, the series box is duplicated onto the excerpt for the next/previous posts. I’ve hid it with CSS but it’s still there in the code. I took a look at your plugin code and I didn’t see a reference to the_excerpt() so I’m not sure how it’s getting added in.
The code I’m using for the excerpt looks something like this:
<?php setup_postdata( $nextPost ); the_excerpt(); wp_reset_postdata(); ?>
- The topic ‘Series box on excerpts for other posts’ is closed to new replies.