Remove Page Titles from and Artisteer generated theme
From the post.php file, within the templates directory of your theme directory…
Remove the following code:
<?php echo $post_title; ?>
<?php echo $post_metadataheader; ?>
Note: If you are using Artisteer 3.0 or above, then the option to remove the page title is added to the page editing console (bottom right hand corner), with some other very handy page attributes.
.