There is a button on the right pane with envelope icon which says ‘Unsubscribe’. Also consider unchecking checkbox ‘Notify me of follow-up replies via email’ when replying.
-
This reply was modified 7 years, 7 months ago by Iwitrag.
Well, I have fixed everything except read more button – it shows always because of this code:
<?php if($theme->display(‘read_more’)) { ?>
<div class=”readmore”>
” title=”<?php printf( esc_attr__( ‘Odkaz na %s’, ‘themater’ ), the_title_attribute( ‘echo=0’ ) ); ?>” rel=”bookmark”><?php $theme->option(‘read_more’); ?>
</div>
<?php } ?>`
So when it’s enabled in theme config, always show read more button – but I want it only to show when the excerpt doesn’t show the whole post.