Hi,
I am seeing this error in version 2.1.1. Has it been corrected?
Thank you,
Rich
Hi Jason,
You’ve answered my question. We are looking for a stat that displays how many posts an author has written in a given timeframe.
We’ll look into getting this number with another method.
Thanks,
Rich
Hi gordnmclean,
It’s been two months but you or someone else may need the code for this. This worked for us:
// Force Subscribe to Category Plugin to email full post
function stc_message_length_sum_of_words(){
return -1;
}
add_filter( 'stc_message_length_sum_of_words', 'stc_message_length_sum_of_words', 10, 1 ); //set return value to a negative number to show the full content
Hope it helps.
Rich