Viewing 2 replies - 1 through 2 (of 2 total)
  • @mpromp2,

    Yes. If you are using per-post emails remove the keyword {POST} from your template.

    You can also alter the excerpt length with a little plugin to the Subscribe2 code like this:

    function my_excerpt() {
    	// return whatever number of words you want the excerpt length to be
    	return 30;
    }
    add_filter('s2_excerpt_length', 'my_excerpt');

    Thread Starter mpromp2

    (@mpromp2)

    Thank you,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post Snippet’ is closed to new replies.