marlies
Member
Posted 4 months ago #
Hi all,
This might be a very easy question for you guys. I've searched the forums but I can't seem to find an up-to-date answer.
I have created a static home page, called 'Home'. However, I want the title on this 'Home' page to not say 'Home' but something like 'Welcome to... '. At this moment I'm building the theme on the HTML 5 reset theme, and I just put in the tag wp_list_pages.
Can someone help me out here? Thanks so much!
Marlies
marlies
Member
Posted 4 months ago #
Please, anyone?
Maybe the only option is the link to the pages through a regular
<ul>, without the wp_list_pages?
marlies
Member
Posted 4 months ago #
Option 1: Exclude the home page from wp_list_pages and hardcode it into your menu instead.
Option 2: Create a custom menu and re-label the Home link.
marlies
Member
Posted 4 months ago #
Thanks for your reply! I now hardcoded the entire menu and it works :)