List some pages with content in WordPress
To list pages in WordPress you normally take this: <?php wp_list_pages(); ?> But how to display some pages with the_content or the_excerpt? I didn’t find a way to query specified pages by page_id and run a foreach loop, so we are going to get the pages one by one in separate queries and loops for [...]
11. January 2009 | Tags: featured, pages, query | 3 Comments »