You can open the single.php file, find line 76, and change the number post here:
'posts_per_page'=>5,
Perfect! Is there anyway to have the Related Posts pull from the second tag as well as the first? Like if the first tag only has 1 post (or less than 6), can it move on and pull from the 2nd tag?
Hi,
You can open the single.php file and find line 67, Replace the code of Related Post with the following code
Hope this helps!
This is great! Is there any way to make the font on the Related Posts may be back to its original size? Seem to be enlarged and bold. If not, that’s not a problem! Just noticeable.
You can add the following CSS code to your site:
.related-post .related-col .hentry .entry-title {
font-size: 14px;
line-height: 1.5;
margin: 10px 0;
}
Please login or Register to submit your answer