How can I have another front page on my website?
There can only be one front page.
What are you trying to accomplish?
This is my static front page
https://www.bromatworld.com/
for the company website am working on.
I want a second one to represent a sub programme being run by the company. Currently I have been able to achieve this
https://www.bromatworld.com/kidscon/
But I need the space between the menu and the container removed so that it looks exactly like the homepage. Simply put I want the spaces around the container gone, a duplicate of the homepage.
Thanks.
Thanks for the links. Are you familiar with template files and child themes?
Child Themes Yes.
Templates No.
I did some trial and error on templates but couldn’t get it to work.
I am actually using a child theme on the site.
Business Club is a bit more complex than the average theme, in a good way.
I think the simplest approach is to use CSS to mimic the front page template.
Or use it as an opportunity to learn about template files and action hooks. 🙂
Thanks so much for the attention.