Chcę zmodyfikować kod, który podałem poniżej w taki sposób aby ta funkcja wyświetlała mi sie po napisaniu np 30 słów.
Jeżeli ktoś z Was wie jak to zrobić to proszę o pomoc.
CODE
<?php if($theme->display('read_more')) { ?>
<div class="readmore"> <p>
#more-<?php the_ID(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'themater' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php $theme->option('read_more'); ?>
</div>
<?php } ?>
<div class="readmore"> <p>
#more-<?php the_ID(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'themater' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php $theme->option('read_more'); ?>
</div>
<?php } ?>