Forums

Loop for Getting page titles (2 posts)

  1. adamt07
    Member
    Posted 2 years ago #

    Anybody have any idea on how to get only the page titles through a loop? I need something like:

    if (have_pages()) : while (have_pages()): the_page_title();

    Just like the default loop, except for page titles. I know wp_list_pages creates links, and that is not what I need. Should I use the wp_query to be doing this? I haven't seen anything out of the box with WordPress to do this.

    Thanks,
    Adam

  2. esmi
    Theme Diva & Mod
    Posted 2 years ago #

Topic Closed

This topic has been closed to new replies.

About this Topic