wp_page_menu: re-name “home”?
-
so I am calling my page list with the
<?php wp_page_menu('show_home=1&sort_column=menu_order'); ?>
function, which is populating an unordered list that has a “home” entry in my nav bar.I want to change the name of this “home” button to “blog”, but am not sure how to do this within the context of the wp_page_menu arguments. I want to keep it pretty clean, so was hoping to find something that didn’t involve me manually linking a first item in that unordered list. Any thoughts?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘wp_page_menu: re-name “home”?’ is closed to new replies.