Archived topic
I am not handy with this stuff
7 replies · Started by Vincent on April 28, 2021
After a lot hours work and searching and doing i get the blog posts on the homepage how i like them;
https://www.testdomein123.be
If the title could be smaller would be nice and the button "Lees meer" aligned in the middle of the block would be nice to.
And then is the next question how do i get the blocks from the homepage also on the other pages?
Hi Vinvent,
The titles are H2 headings, you should be able to adjust font size at typography > headings > H2.
Try this CSS to align the read more button to center:
p.read-more-container {
text-align: center;
}
Your other pages are static page using WP show posts, is there any specific reason for that?
If not, why would you assign categories to the posts? So that there will be default category pages that should be looking the same as your home page/blog page.
Let me know :)
Because i was thinking that it isn't possible to put text on category pages, but i found out today that a hook can do that :)
Reason number 2 is that /category/subject/ not is what i like to see, if it is possible to change this to domainname.com/subject/ then i am happy :) ?
For reason number 2, try follow the below steps:
Go to Settings > Permalinks.
Go to Custom Structure and put /%category%/%postname%/.
Go to Category Base and type in a dot ..
Save the changes.
Let me know how it works :)
Thanks Ying!, it works :)
An total other question; The domainname i use at the moment is a temporary one to build the website on. In the meantime i am searching for a domainname to use for this website. But now is my question or it is possible to copy this website to the new domainname?
It's not a theme related question :)
But I think there're some migration plugins can help you to do that!
Thanks, otherwise i will build it again haha.
Thanks for everything :)
You are welcome :)