• Hi Mike,

    Am I right in thinking that %POST_EXCERPT% should include everything above <!–more–> and %POST_CONTENT% should include the whole post? It seems that both tags are doing the former. I have %POST_CONTENT% in my template, but it only sends the whole post if I don’t have a ‘more’ tag anywhere in the post. I would like to be able to use the more tag but still send emails that have the whole content of the post.

    Any ideas?

    Thanks

    https://ww.wp.xz.cn/plugins/email-users/

Viewing 1 replies (of 1 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    %POST_EXCERPT% includes whatever the WordPress API get_the_excerpt() function returns. %POST_CONTENT% includes whatever content the WordPress API get_the_content() function returns.

    There isn’t any special processing or parsing of the content, just a simple substitution based on what the API returns.

Viewing 1 replies (of 1 total)

The topic ‘Post Excerpt v Post Content’ is closed to new replies.