Archived topic
Blog page
5 replies · Started by ana on July 27, 2022
Hello!
I have 2 questions:
1. How can i make visible 12 post instead of 10 per page, at the end the space looks weird: https://www.paracelsos.com/noticias/
2. When the user is logged in, in the post commnets, how can i remove the message of the mandatory fields: https://snipboard.io/cfB0AS.jpg
thanks!
Hi Ana,
1. The Post per page count can be altered in Settings > Reading > Blog pages show at most.
2. Try adding this CSS in Customize > Additional CSS:
span.required-field-message {
display: none;
}
Hope this helps!
Perfect!
Thanks!
How can i edit the header's category so it looks like the blog's header?
this: https://www.luisfernandocifuentes.com/category/enfermedades/
change the header and look like this: https://www.luisfernandocifuentes.com/noticias/
thanks!
You can use a Block Element - Page Hero.
Reference: https://docs.generatepress.com/article/block-element-page-hero/
Thanks!
You’re welcome Ana!