Hi I have the same problem I don’t want the readmore button that cuts off the blog I want to read the entire blog. Here is the code that I saw read more. I don’t want to break the website. Here is the code bellow in index.php of themes folder. I’m using headlines theme provided from woothemes.
<div class=”entry”>
<?php if ( get_option(‘woo_home_content’) == “true” ) { ?>
<?php the_content(__(‘Read more…’, ‘woothemes’)); ?>
<?php } else { ?>
<?php the_excerpt(); ?><span class=”read-more”>” title=”<?php the_title(); ?>” class=”btn”><?php _e(‘Read more’, ‘woothemes’); ?></span>
<?php } ?>
IT would be appreciated if anybody can help me on this.
Thanks,
Seema