• Resolved radiofranky

    (@radiofranky)


    Hi,
    I would like to show posted date next to each of the page title.
    I’m using wp_list_pages and I was wondering how to read the post date and show.

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can’t incorporate the post date within wp_list_pages. One option would be to create your own page list using get_pages then loop through the returned list and use get_page to grab the post date before outputting the result for display.

    Thread Starter radiofranky

    (@radiofranky)

    thanks. I got resolved with wp_query. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to include posted with wp_list_pages?’ is closed to new replies.