You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

H1 tag is missing ! ?

UserPost

6:52 am
April 16, 2010


MichaelMalega

London

Member

posts 8

1

Hi, I have checked in row html code in explorer and it doesn’t show H1 tag, can it be changed or
in some way added?

 

Thanks

Michael Malega

Mykhailo Malega

7:04 pm
April 19, 2010


Ryan

Admin

posts 1523

2

This is already changed in an update I'll be releasing.  But for now, you can open your page.php file and look for this code:

<h2 class="pagetitle">
        <?php the_title(); ?>
      </h2>

Change the h2 tags to h1.

Then go into your style.php file and look for h2.pagetitle and add h1.pagetitle right after it separated by a comma. That should do it.