Support » Fixing WordPress » Calling page content, get_page() problem

  • Hey guys,

    Im currently trying to bring in content from one page to display in another page. (it is not post content, its a banner gallery)

    I have used the coding below

    <?php
    $pageID = 3;$page_data = get_page( $page_id );echo $page->$page_data;
    ?>

    I have only been able to display the page title.(if I change the code to display title)
    But what I really want is to bring in the dynamic scrolling gallery I have made on slideshow.php page, wich had page id=3

    I have read the other help pages on this website about get page(), but I have been unsuccessful.

    Look forward to your guys reply.

  • The topic ‘Calling page content, get_page() problem’ is closed to new replies.