laevis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Simply Read] Changes of version Simply read 2.1.Thanks!!!
Forum: Themes and Templates
In reply to: [Simply Read] Related postsMamaRazzi,
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>Forum: Themes and Templates
In reply to: [Simply Read] Related postsHi!!
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>
-
<?php if( $related ) : foreach( $related as $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 setup_postdata($post); ?><?php } endif;
wp_reset_postdata(); ?>
<div class=”clear”></div>Eva
</div>Forum: Themes and Templates
In reply to: [Simply Read] How to change font on the Simply Read themeHi! I changed the fonts using googlefonts plugin. Whith this you can change all theme fonts.
Forum: Themes and Templates
In reply to: [Simply Read] How to Remove "LATEST"I changed it, only edit the “index.php”, only searching in the code “latest” and change the word or delete it.
-
” rel=”bookmark” title=”<?php the_title(); ?>”>