Cantidad de entradas en la categoría de la página de inicio
- The topic ‘Cantidad de entradas en la categoría de la página de inicio’ is closed to new replies.
Need help? Check out our Support site, then
Hola, se pueden mostrar cuatro entradas en vez de cinco en las categorías de la página de inicio?
Saludos
The blog I need help with is: (visible only to logged in users)
Hi – thanks for the message. I don’t speak Spanish so used Google translate to read your question. Hopefully I understood correctly.
To display 4 posts in the featured posts at the top of the site you can use the following custom css to hide the last one:
.blurbs li:last-of-type {
display: none;
}
Thanks – Ben