I would like to make the about page to be the same as the home page.
how can I do this?
THANK YOU VERY MUCH :-)
I would like to make the about page to be the same as the home page.
how can I do this?
THANK YOU VERY MUCH :-)
Please help
You can create a page template: Make a copy of page.php and replace the first
<?php
with:
<?php
/*
Template Name: My template
*/
then you need to copy the content of index.php into this template.
As this is a modification which can be quite difficult (i.e. if you want to use different slideshow images, etc.) it's beyond the scope of this support forum.
You must log in to post.