Thread Starter
leene
(@leene)
How would I go about doing this?
This might sound silly but I tried copying the files from the live server to the development server but when I log in to wordpress, it redirects me back to the live server.
Thread Starter
leene
(@leene)
Hi esmi,
Nevermind. I resolved it by reading other threads. I had to updated the header.php file and comment out or remove the line that has
<!–<li class=”page_item <?php if ( is_home() ) { ?>current_page_item<?php } ?>”>“><?php _e(‘Home’, ‘elegant-grunge’) ?>–>
Arlene
Thread Starter
leene
(@leene)
I followed the directions and made 2 pages.
1) Home page
2) Blog page
But now I have two home pages on my navigation. I’m assuming the other “homepage” is the index.php file but how would I remove that one now?
Thanks,
Arlene
Thread Starter
leene
(@leene)
Thanks for the quick reply, esmi!
Your page helped a lot!