Including the Home Page in List Pages
August 24th, 2005
I’ve always shied away from the vertical page lists in WP as it doesn’t allow for for a “home” page, and I hadn’t seen a way of including a dynamic way of listing the home page, at least in a theme that is. So looking at the wp_list_pages parameters, you can leave out the heading pages, which then strips the
from the list. I then dynamically create the home by using the get_settings and the bloginfo tags. The resulting code then becomes:
Pages



Leave a comment