Forums
(@drumnation)
15 years, 1 month ago
Where it says new WP_Query( ‘pagename=page-slug’ ); I put WP_Query( ‘page_id=8’ );
That’s all I needed to call up a particular page. Thanks.
Worked perfectly. Thank you.