Post titles Duplicated
-
Hello you all.
I have changed my Child theme to display some text under each circle.
However, now it is displaying the title of the post twice when there is no image.
I have added this code in content-home.php
<article id="post-<?php the_ID(); ?>" <?php post_class( $postclass ); ?>> <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"> <?php echo $thumb; ?> <span class="hometitle"> <?php the_title(); ?> </span> </a> </article><!-- #post-<?php the_ID(); ?> -->
and this CSS:
.blog .hentry span.hometitle { position: absolute; top: 73px; width: 100%; text-align: center; } .blog .hentry { position: relative; }
Does anyone knows how to fix that?
Many thanks in advance.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Post titles Duplicated’ is closed to new replies.