Plugin Author
Brecht
(@brechtvds)
Hi there,
It will indeed display all related posts that you manually set right now. I assume it’s not an option to only add 3? What is the use case here?
Here in this link, I would like only 3 posts to be displayed, because of my site layout.
Plugin Author
Brecht
(@brechtvds)
I can’t seem to find the CRP related posts on that page, but is there a reason you need to add more than 3 posts, if you only want to have 3 displayed?
hi.
I have a same question.
I want to display them just below the content and make it look like grid posts.
Something like this:
I want to set it order randomly and only show first 4 posts.
So that every time users access the post they will see different related posts blow the content.
Plugin Author
Brecht
(@brechtvds)
@natsuhyuga that feature is still on the todo list, I’m afraid. I have solved this with some custom CSS (hiding the other related posts) for others. That can be option if there aren’t too many related posts.
Feel free to send an email to support@bootstrapped.ventures with a link to the page, if you want help with that.
Thank you so much for your quick response and I appreciate your support.
I’ll email you.
Hi Brecht, @brechtvds
I think I got it using CSS,
li:nth-child(n + 5) {
display:none;
}
If this doesn’t work enough, I’ll email then.
Thanks for your great support.
-
This reply was modified 2 years, 5 months ago by
natsu.