Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Designing a PHP page to output only specific posts from WP Re: Designing a PHP page to output only specific posts from WP

#59715

Codex is your friend :mrgreen: http://codex.wordpress.org/Template_Tags/query_posts and http://codex.wordpress.org/The_Loop

If you’re going to be doing any serious WordPress customization you should read those pages fully as they answer most beginner questions. And in your particular case you are looking for the ‘post__in’ parameter of query_posts.

Best of luck and keep us posted on how it’s going.