I want to use the Blog Teaser feature with a blog grid under it. I don't want the posts displayed in the Teaser to show up again in the grid. Usually, I can offset the blogs shown in the grid to not show the first 3 blog posts. Do you have this feature?
Comments
Hello,
Sorry, but I quite do not understand.
Can you explain what you want to achieve, greater, please?
Are you able to give me some example?
Thanks
I want to use the Blog Teaser feature with a blog grid under it. I don't want the posts displayed in the Teaser to show up again in the grid. Usually, I can offset the blogs shown in the grid to not show the first 3 blog posts. Do you have this feature?
Here is the page. I need the bottom blog layout to not show the 3 that will appear at the top.
Well, we do not have the 'offset' option for the blog feature, but you can disable posts by id in the blog item settings.
If you would like to see the 'offset' option as a next feature, please post it in this topic:
Thanks
You can use this code for offset for blogs. This hide first 3 posts
.Latest_news .ul-first li:nth-child(-n+3) {
display: none;
}