Hey all,
I am trying to get my posts set up properly for Google rich snippets markup. In Googles preview tool, I am getting some error messages including 'Missing required field "entry-title".' A bit of research seems to indicate that I need to add the class entry-title to the post titles existing class.
I think I need to change this in bfa_post_parts.php but I can't see where the class for the post title is defined. The H tag wrapping the_title looks like this <h<?php echo $bfa_ata['h_posttitle']; ?>> - am I right in assuming that I need to find h_posttitle in another of the theme files and edit the class there? Or am I going in totally the wrong direction?