Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   Multi Post Title as H1 not H2 (http://forum.bytesforall.com/showthread.php?t=14103)

cab262 May 9, 2011 09:41 PM

Multi Post Title as H1 not H2
 
Ata SEO option of Make Post/Page Titles H1?

"On all multi post pages (such as homepage, category pages, etc.), the post titles will still be H2 and the blog title will be H1."

Is there a way to make the post title H1?

If not, how can I get the blog title displayed on the page as a H1?

Using Ata 3.5.3

thanks

juggledad May 10, 2011 03:54 AM

You will have to edit the theme code. For SEO there should only be one H1 per page. If it is the size of the font, you could always size the H2 the same as the H1. but if you want to always force an H1, edit bfa_post_parts and change lines 50-51 which should be
HTML Code:

                echo $before; ?>
                <h<?php echo $bfa_ata['h_posttitle']; ?>><?php

and change it to
HTML Code:

                echo $before; ?>
                <h1><?php



All times are GMT -6. The time now is 12:19 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.