Archived topic
Question regarding the "Split" theme
11 replies · Started by Diego on January 6, 2021
Hi team,
I have a question.
For the "Split" theme, is it possible to have the home page have different categories above the content, and when you click on the categories, the homepage content changes to that?
For example:
Business | Finance | Marketing | Sales | Lifestyle
{all blog content}
When I click on the "Business"category, it only shows me content within the business category.
I hope this question makes sense.
Hi there,
You could try using the Categories option in the menu items:
https://www.screencast.com/t/Bgt4iIMLgtK
Those links will take you to the category archives.
Hmm, this is a good idea.
Is there a way to have them show on the homepage itself outside of putting them within the menu?
Where would you like them to show on the home page? Between the page hero and the posts list?
That is correct
If you are looking for the buttons like Read (saw your other topic).
You can replicate that using the buttons block from GenerateBlocks and a block element using the generate_after_header hook:
https://docs.generatepress.com/article/block-element-overview/
Beautiful, thank you so much! This is for a second blog I'm starting but has a different style.
No problem :)
I've attached the site. Is there a way to make the buttons bigger?
And is this what you were referring to?
Also, is there a way to add some padding/space between the header and the buttons?
Is there a way to make the buttons bigger?
Yup pretty much.
But I would recommend using the buttons block from GenerateBlocks which will allow you to have more control of the buttons:
https://docs.generateblocks.com/article/buttons-overview/
Also, is there a way to add some padding/space between the header and the buttons?
You can wrap a container block outside the buttons block as mentioned above then add some padding to the container block:
https://docs.generateblocks.com/article/container-overview/#spacing