No, I don’t think so. I have found that which I just assumed was a guide to what is available. But how do I get wp_list_pages into my front page. Do I download/upload/man manually edit or what ?
wp_list_pages() is a function/template tag and, as such, has to be added to the the template file for your front page. Can I ask what it is that you’re trying to achieve?
Thanks. Yes I realise that it has to be added but I find no simple instruction on how to do this. I understand that it will will generate a list of my subsequent pages which is what I want to do.
Is your front page a static page or a page of posts?
Did you see my last reply: my fron page is a static page.