Theme doesn't call wp_head - Whitespace

5 months ago | alpalfilms (Member) | |

Headspace wasn't displaying my meta tag information on my site when I installed it, and think the problem can be found in this element of the installation instructions:
# Ensure your theme calls wp_head in header.php (most themes do this anyway)

Well, I'm using Whitespace and I don't think it does "this anyway". So it doesn't use the information I'm inputting in Headspace2. In fact, it doesn't give me any page title whatsoever, so Firefox inserts "Mozilla Firefox".

How do I get my theme to call up the information from Headspace - detailed instructions please. I'm a writer, not a techy.

Regards
Allen

Read responses...

Responses

  1. John:

    Posted 5 months ago by Key Master

    Take a look in the default theme's header.php file. The following lines are needed for full functionality:

    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>

    And

    <?php wp_head(); ?>

Reply

You must log in to post.

Home | Software | Terms & Conditions | Sitemap | John Godley © 2008