This will pull in the content from a specific page.
have_posts()) : $recent->the_post();?>
Where page_id=38 is where you define the page id. Change “38” to your desired page id.
This will pull in the content from a specific page.
have_posts()) : $recent->the_post();?>
Where page_id=38 is where you define the page id. Change “38” to your desired page id.