If I remove <h1><?php page_title(); ?></h1> OR <h2><?php page_description(); ?></h2>, I can still see the website name and the pages title... but if I remove both, then both the website name and page title are removed. My goal is to remove just the page title and leave the website name, since with the css it allows me to 'flowt' it over our header without having it as part of the image...
I have added our site name in the Website Header box (in the ADMIN section) and placed <?php echo WEBSITE_HEADER; ?> in place of the page title for H1, but now, the page description, or H2, doesn't show... weird...
any ideas.

?
Thanks gang!