Here is a quick and wasy way to display the page heading inside a wordpress template: <h1 class="pageheading"><?php global $post; echo $post->post_title; ?></h1>