Wordpress: include content of one page in another

后端 未结 8 1338
挽巷
挽巷 2020-12-23 23:18

How do I include the page content of one or more page in another page?

ex. I have pageA, pageB and pa

8条回答
  •  一向
    一向 (楼主)
    2020-12-23 23:26

    There is a Wordpress function to display the content of a particular page inside another using query_posts() it is:

    
    

    You set the number of pages to be displayed to 1, post type is page instead of post and the page id

提交回复
热议问题