WPIntell

Source evidence

Excerpt

Notifly · support · 2014-05-22T16:36:00+00:00

praisesentiment
mediumseverity
0.43relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 30 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

24 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Flotto unresolved
Hello Samuel, What code should I use to send an excerpt instead of the whole post? And where should I put it in? https://wordpress.org/plugins/notifly/ There’s no real easy way to do that. You could modify the post_email function to send an excerpt instead of the $post->post_content, but you’d have to build the excerpt yourself there, since $post->post_excerpt is not automatically populated with the auto-generated excerpt. Any idea how to build the excerpt code there?

Comments

2 shown
Samuel Wood (Otto) 2014-05-22T20:33:00+00:00

There’s no real easy way to do that. You could modify the post_email function to send an excerpt instead of the $post->post_content, but you’d have to build the excerpt yourself there, since $post->post_excerpt is not automatically populated with the auto-generated excerpt.

Flotto 2014-05-22T21:29:00+00:00

Any idea how to build the excerpt code there?