• Hi, i’m using wp_list_pages() to display all my pages, but i don’t want those pages to show up in a list.

    I just want them to be in a <h3> tag, is there any way i can do this?

    Thanks

Viewing 1 replies (of 1 total)
  • I think the keyword in wp_list_pages is “list”. So either you look at using get_pages() instead or use CSS to style to list produced by wp_list_pages so that it doesn’t look like a list.

Viewing 1 replies (of 1 total)

The topic ‘wp_list_pages’ is closed to new replies.