Call a page w/in a page for wp

How can i call a page w/in a page.
say i have home.php
i have code in the page calling various posts.
but i want a link that calls a page excerpt/title & image into home.php , is that possible?
thx
D

Yes. Simply create a page with the code you want to insert (be it HTML, more PHP or a mix of the two)

Then, in the position you need that code inserted, use <?PHP require "nameOfFile.ext" ?>

no. that is not quite it. i don’t want to require or include a page. I wanted to call it the same way you’d call a post.
am thinking it won’t be possible.
thx
D