Space between name and header


Author Message
Benamin Middleton

Posted: 7/2/2009
Quote message 

Hi there --

First let me say I am thoroughly impressed with Artisteer. It is really a dream come true after lots of pulling of hair, etc.

I am having trouble getting rid of the space between the header and the content of the page. I am using static pages for a standard website vs. blog style, and my last challange seems to be removing the display of each page name at the top of each page. I was able to remove the "Edit, Author, date, post header icon" but not the name of the page itself.

The site can be seen here: www.msklausen.com

I would greatly appreciate any feedback. I apologize in advance if this is the wrong foru for this, or if this is simply a wordpress issue.

Thank you

-Benjamin


 
Garry

Posted: 7/2/2009
Quote message 

Make a backup of your page.php and try removing following code from it in order to remove name of page:

<h2 class="PostHeaderIcon-wrapper">
<span class="PostHeader"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>">
<?php the_title(); ?>
</a></span>


Secondly what space are you talking about, please provide some more details
 
Benjamin Middleton

Posted: 7/3/2009
Quote message 

Quote Garry:

Make a backup of your page.php and try removing following code from it in order to remove name of page:

Secondly what space are you talking about, please provide some more details


Thank Garry. Worked like a charm. To answer your question: Below my header but before the content of the page I had created, there was a large (H2) link displaying the name of the page I was on, which pushed down the content of the page itself, and was completely redundant as I am using a menu on the header and didn't need the page name displayed again.

Thank you very much for you help.

-Benjamin Middleton