Hi there,
Since it’s been a while I cannot remember where I have added this code in order to customize where I want this to show. Any ideas where to look?
I believe it’s added using a hook element:
https://docs.generatepress.com/article/hooks-element-overview/
If it was added a long long time ago then look for GP Hooks.
Also I read that WP Show posts has been discontinued and GenerateBlocks can do the same. How can I do something similar if I wanted to replace the WP Show posts plugin?
We have not released this feature in GenerateBlocks yet so this isn’t possible currently. We will hopefully have the first test version soon.
And last is there a way either with WP Show posts or with GenerateBlocks to make these three pictures that appear in my main page to have rounded corners similar to how all the other boxes in my website are showing?
Try this CSS:
.wp-show-posts-image a img {
border-radius: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
For future reference, let’s handle one question per topic so it’s easier to track.
Thanks!