How can I insert a "continue reading" button directly into the text of a blog entry. In the middle of a sentence.
See attached URL
See attached URL
<?php if( $row->readmore ) { ?>
<!-- Readmore link -->
<?php echo $this->fetch( 'blog.readmore.php' , array( 'row' => $row ) ); ?>
<?php } ?>
<?php if( $row->readmore ) { ?>
<!-- Readmore link -->
<?php echo $this->fetch( 'blog.readmore.php' , array( 'row' => $row ) ); ?>
<?php } ?>