I have a main page. I want to list my subpages as if they were posts on the main page. I have setup a template page in my theme directory which is being used for this page.
I have 3 subpages and I want to be able to access their contents on this "Parent" page and also their meta information.
Any information will be helpful!
Not entirely sure, but you may want to check out get_children. You could also write a shortcode like [show-post-content #] where # is the post ID number. A really helpful tutorial on shortcodes is available in the codex api. Good luck.
Not entirely sure, but you may want to check out get_children. You could also write a shortcode like [show-post-content #] where # is the post ID number. A really helpful tutorial on shortcodes is available in the codex api. Good luck.
Im using Magic fields and I assigned a write panel to a page. Then when I add the fields it adds them as a sub page. Still looking around reaching out to anyone who has done something similar.