Hi !
Did u find a solution to do this ?
I’ve got the same problem !
Thank you !
Paola
Hi!!
I did it, but not in the style.css. You need edit single.php, at the end of the code you must detele de div called “Related post” Is something like that
<div class=”related posts”>
<h3><?php _e(‘Related Post’,’simplyread’); ?></h3>
Eva
</div>
laevis,
Which part of the code you listed above is to be deleted? I want to get rid of the Related Posts thing also. Please help. Thanks.
MamaRazzi,
I deleted all the code that I´ve posted from <div class=”related posts”> to <div class=”clear”></div></div>
I list all the code which is to be deleted again:
<div class="related posts">
<h3><?php _e('Related Post','simplyread'); ?></h3>
<?php if( $related ) : foreach( $related as $post ) { ?>
<?php setup_postdata($post); ?>
" rel="bookmark" title="<?php the_title(); ?>">
<?php $image_thumb = simplyread_catch_that_image_thumb(); $gallery_thumb = simplyread_catch_gallery_image_thumb();
if ( has_post_thumbnail()) :
the_post_thumbnail('simplyread-thumb-image-200by200'); ?>
<?php elseif(has_post_format('gallery') && !empty($gallery_thumb)) :
echo $gallery_thumb; ?>
<?php elseif(has_post_format('image') && !empty($image_thumb)) :
echo $image_thumb; ?>
<?php else: ?>
<img src="<?php echo IMAGES; ?>/blank.jpg" alt="No Featured Image">
<?php endif; ?>
<?php the_title(); ?>
<?php } endif;
wp_reset_postdata(); ?>
<div class="clear"></div>
</div>
Hi Laevis,
Thank you so much, I did it yesterday and it works !
Not over all the posts yet, but I think it’s about cookies or something like that.
Thanks again for your help,
Best,
Paooli !