We need an automated newsletter, showing/sending Custom posts that set as private.
Now the newsletter preview show: The theme has not found new content since last newsletter to generate a new message.
Can we somehow enable showing the private posts in the newsletter?
Hi, it is actually not possible with the standard block. It should be modified by changing the set of filters prepared for WP_Query which is the WP service to get the posts. The post_status filter should be changed to include “publish” and “private”.