Tag Archive | "get_pages"

WordPress : get_pages

Sunday, May 4, 2008

3 Comments

The WordPress get_pages function works similar to the get_posts function which fetches posts from the database by criteria. The get_pages function takes different arguments and allows you to take control of parent and child pages as you execute the function.

Continue reading...