I try to correct this according several hints in the www, but it doesnīt work.
I add in the single.php "the entry title"
PHP Code:
PHP Code:
<h1>
<a href="<?php the_permalink(); ?>" title entry-title ="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a>
<?php bfa_comments_number(); ?>
</h1>
PHP Code:
PHP Code:
<h2>
<span class="post-format"></span>
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a>
<?php bfa_comments_popup_link( '0', '1', '%' ); ?>
<span class="vcard author">
<span class="fn"><?php the_author_posts_link(); ?></span>
</span>
</h2>
PHP Code:
PHP Code:
<div class="post-bodycopy cf">
<div class="post-date date updated">
<p class="post-month"><?php the_time( 'M' ); ?></p>
<p class="post-day"><?php the_time( 'j' ); ?></p>
<p class="post-year"><?php the_time( 'Y' ); ?></p>
</div>
Please help me.