Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I saw that you answered this for someone else, and I was hoping for help. I'd like to make my sub-pages appear as posts on the parent page, instead of links on the sidebar (which is what currently happens). Basically -- I want it to look like the home page, where I can make posts within the page. Currently, I have tabs at the top of my blog, and those tabs (or pages) don't allow for this. Any ideas?

My site is: www.thedishmaster.com

Many thanks!

share|improve this question

closed as too localized by toscho Dec 24 '12 at 21:58

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

You should be able to use the post_parent parameter with get_the_ID() in WP_Query to get the post objects and subsequently iterate through them and output them in the desired format.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.