I can’t just say $page_id = get_page)($page_id);
if you use the code in page.php, you could try:
$page_id = $post->ID;
or look into page templates:
http://codex.wordpress.org/Pages#Page_Templates
I can’t just say $page_id = get_page)($page_id);
if you use the code in page.php, you could try:
$page_id = $post->ID;
or look into page templates:
http://codex.wordpress.org/Pages#Page_Templates