Wp list pages – change URL
-
Hi,
I am using
<?php if (is_home()) {$pg_li .="current_page_item";} ?> <?php wp_list_pages('title_li='); ?>
yo display my nav and it works fine. But due to the client insisting upon a splash page, the actual home page needs to be https://www.site.com/home/
Is there any way to change the URL of the homepage to point to https://www.site.com/home/ rather than https://www.site.com I want to use wp_list_pages for the nav highlighting.
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Wp list pages – change URL’ is closed to new replies.