"Related Posts" on last page only of multi-page post
-
I would like the related post thumbnails to show up only on the last page of multi-page posts.
I thought
if ($page == $pages)
would work. But I can’t get the $pages or $numpages variable to work. I also noticed $page counts the first page as “0” and then the next pages as “2”, “3”, etc.The code below in the singles-loop.php was the closest I could get.
<div style="margin-top:35px;"><h3>Related Posts:</h3> <div style="margin-top:-13px; margin-left:0px;"> <?php if ($page != 0) { get_related_posts_thumbnails(); } ?> </div> </div>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘"Related Posts" on last page only of multi-page post’ is closed to new replies.