Archived topic
how do I change the layout settings for the "solo" template?
3 replies · Started by Maria Isabel on September 29, 2021
Hi, how do I change the layout settings for the "solo" template?
https://e-cursosgratuitosbrasil.com.br/cursos-online/cursos-livres/
-How can I display only the title and image of the post in the categories?
how do I not show in the categories:
*categories
*text resume
*author's name
*date*
*tags
é assim que gostaria de fazer as categorias
https://fazendointercambio.com.br/category/bolsas-de-estudo/
Hi Maria,
You can use this PHP snippet to remove the archive title:
add_action( 'wp', 'lh_remove_archive_title' );
function lh_remove_archive_title() {
remove_action( 'generate_archive_title', 'generate_archive_title' );
}
Adding PHP: https://docs.generatepress.com/article/adding-php/
To remove categories/author’s name/date/tags , the settings are at customizer > layout > blog > archive:
https://docs.generatepress.com/article/blog-overview/
Not sure what text resume is, can you explain a bit?
Let me know if this helps :)
Hi,
what I'm saying is precisely that this "solos" template
does not show this path you are trying to give me :/
I would like the layout of category posts to be the same as this other template:
Hi there,
in Customizer > Layout > Blog you can set which options you want to display:
https://docs.generatepress.com/article/blog-content-layout/#archives
And you can set the position of the featured images:
https://docs.generatepress.com/article/adjusting-the-featured-images/
Does this do what you require?