Archived topic
How to get every content body same size and how to add content homepage?
14 replies · Started by Nick on April 3, 2022
Hello,
I have 2 questions:
1. How can I add content on my website below the featured image blocks? (see private info for website url)
2. How do I fix that all the featured image blocks are the same size? The first 2 have a different size.
Thank you!
Hi Nick,
1. You can't really edit your homepage like a static page as it's the blog which is an index page, it's generated automatically by WordPress.
If you want to add content below the page hero, you can directly add the content to the block element, it will become part of the page hero.
2. Try add this CSS:
.dynamic-content-template > .gb-container, .dynamic-content-template > .gb-container >.gb-inside-container {
height: 100%;
display: flex;
flex-direction: column;
}
.dynamic-content-template > .gb-container >.gb-inside-container > *:last-child {
margin-top: auto;
}
Ok thanks. 2nd worked! Do you know how to create a static page where I also can share my last messages on in the bottom section?
Do you know how to create a static page where I also can share my last messages on in the bottom section?
Not sure what you mean by this. Which messages? On blog page?
I just want to show a static homepage where I can put homepage content on, also I want to show the latest messages on the homepage. Is this possible?
I've attached a screen, I want content in the marked black circle, is this possible?
I just want to show a static homepage where I can put homepage content on, also I want to show the latest messages on the homepage. Is this possible?
Hi there,
today you would need to use the core Query Loop block to add the posts to a static home page.
In the next week we will release the Alpha version of the latest GenerateBlocks, which will have its own Query Loop block with the same styling controls as the Block Element
Hey David,
Ok sounds great!
You're welcome
Hi David,
Is the query loop block available now? How do I implement it so I can make my homepage a static page?
Hi Nick,
GP's query loop block is still not available at this time.
Thanks for your patience.
Hi,
Are the loop blocks already available?
Yes, it's available now, the download link is in this article:
https://generateblocks.com/generateblocks-1-5-dynamic-data-query-loops-image-blocks/
Hi,
I just want a footer section like this site: https://www.eerstziendanbetalen dot nl
Hi Nick,
You can use a block element - site footer to create custom footer:
https://docs.generatepress.com/article/block-element-site-footer/
And for more questions, can you open new topics?
Thanks!